OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setEventCallback
(Results
1 - 5
of
5
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
OISJoyStick.cpp
64
void JoyStick::
setEventCallback
( JoyStickListener *joyListener )
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISMouse.h
92
methods here. Then set the call back to your Mouse instance with Mouse::
setEventCallback
119
virtual void
setEventCallback
( MouseListener *mouseListener ) {mListener = mouseListener;}
OISMultiTouch.h
95
methods here. Then set the call back to your MultiTouch instance with MultiTouch::
setEventCallback
123
virtual void
setEventCallback
( MultiTouchListener *touchListener ) {mListener = touchListener;}
OISKeyboard.h
197
methods here. Then set the call back to your Keyboard instance with Keyboard::
setEventCallback
231
virtual void
setEventCallback
(KeyListener *keyListener) { mListener = keyListener;}
/frameworks/av/media/libmedia/
JetPlayer.cpp
122
void JetPlayer::
setEventCallback
(jetevent_callback eventCallback)
Completed in 1902 milliseconds