more cmake support for examples

This commit is contained in:
erwincoumans
2015-04-16 22:14:27 -07:00
parent c99ac6cfa1
commit ad8f705bcb
9 changed files with 152 additions and 125 deletions

View File

@@ -113,7 +113,7 @@ int getAsciiCodeFromVirtualKeycode(int virtualKeyCode)
return keycode;
}
bool Win32Window::isModifiedKeyPressed(int key)
bool Win32Window::isModifierKeyPressed(int key)
{
bool isPressed = false;