OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_getModifiers
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
CocoaKeyboard.h
81
unsigned int &
_getModifiers
() { return mModifiers; }
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
CocoaKeyboard.mm
395
oisKeyboardObj->
_getModifiers
() &= (newstate == MAC_KEYDOWN) ? OIS::Keyboard::Shift : ~OIS::Keyboard::Shift;
400
oisKeyboardObj->
_getModifiers
() &= (newstate == MAC_KEYDOWN) ? OIS::Keyboard::Alt : -OIS::Keyboard::Alt;
405
oisKeyboardObj->
_getModifiers
() += (newstate == MAC_KEYDOWN) ? OIS::Keyboard::Ctrl : -OIS::Keyboard::Ctrl;
Completed in 54 milliseconds