Home
last modified time | relevance | path

Searched refs:deviceKeycode (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
DMacKeyboard.cpp166 CGKeyCode deviceKeycode; in getAsString() local
172 deviceKeycode = it->first; in getAsString()
179 CGEventRef ref = CGEventCreateKeyboardEvent(sref, deviceKeycode, true); in getAsString()
DCocoaKeyboard.mm90 CGKeyCode deviceKeycode;
97 deviceKeycode = it->first;
104 CGEventRef ref = CGEventCreateKeyboardEvent(sref, deviceKeycode, true);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/
Dcocoa.diff995 + CGKeyCode deviceKeycode;
1001 + deviceKeycode = it->first;
1008 + CGEventRef ref = CGEventCreateKeyboardEvent(sref, deviceKeycode, true);
2185 + CGKeyCode deviceKeycode;
2192 + deviceKeycode = it->first;
2199 + CGEventRef ref = CGEventCreateKeyboardEvent(sref, deviceKeycode, true);