OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buttonReleased
(Results
1 - 5
of
5
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/src/com/badlogic/gdx/controllers/desktop/ois/
OisListener.java
26
public void
buttonReleased
(OisJoystick joystick, int buttonIndex);
OisJoystick.java
56
private void
buttonReleased
(int buttonIndex) {
58
if (listener != null) listener.
buttonReleased
(this, buttonIndex);
177
buttonReleasedId = env->GetMethodID(callbackClass, "
buttonReleased
", "(I)V");
195
bool
buttonReleased
(const OIS::JoyStickEvent &event, int button);
203
bool Listener::
buttonReleased
(const OIS::JoyStickEvent &event, int buttonId) {
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/
com.badlogic.gdx.controllers.desktop.ois.OisJoystick.cpp
23
buttonReleasedId = env->GetMethodID(callbackClass, "
buttonReleased
", "(I)V");
41
bool
buttonReleased
(const OIS::JoyStickEvent &event, int button);
49
bool Listener::
buttonReleased
(const OIS::JoyStickEvent &event, int buttonId) {
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
OISConsole.cpp
110
bool
buttonReleased
( const JoyStickEvent &arg, int button ) {
FFConsoleDemo.cpp
61
bool
buttonReleased
( const JoyStickEvent &arg, int button );
1104
bool EventHandler::
buttonReleased
( const JoyStickEvent &arg, int button )
Completed in 212 milliseconds