OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oisKeyboardObj
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
CocoaKeyboard.mm
148
oisKeyboardObj
= obj;
154
if ( !
oisKeyboardObj
->buffered() && !
oisKeyboardObj
->getEventCallback() )
163
oisKeyboardObj
->getEventCallback()->keyPressed( (*cur_it).event() );
165
oisKeyboardObj
->getEventCallback()->keyReleased( (*cur_it).event() );
328
if (
oisKeyboardObj
->buffered() &&
oisKeyboardObj
->getEventCallback() )
329
pendingEvents.push_back( CocoaKeyStackEvent( KeyEvent(
oisKeyboardObj
, kc, txt), type) );
342
if (
oisKeyboardObj
->getTextTranslation() == OIS::Keyboard::Unicode)
359
else if (
oisKeyboardObj
->getTextTranslation() == OIS::Keyboard::Ascii
[
all
...]
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
CocoaKeyboard.h
94
CocoaKeyboard *
oisKeyboardObj
;
Completed in 454 milliseconds