Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
DWin32JoyStick.cpp468 JoyStickEvent joystickEvent(this, mState); in captureXInput() local
473 if (axisMoved[i] && !mListener->axisMoved(joystickEvent, i)) in captureXInput()
478 if (previousPov != pov && !mListener->povMoved(joystickEvent, 0)) in captureXInput()
486 if (!mListener->buttonPressed(joystickEvent, i)) in captureXInput()
491 if (!mListener->buttonReleased(joystickEvent, i)) in captureXInput()