Home | History | Annotate | Download | only in controllersample

Lines Matching defs:eventSource

162         int eventSource = event.getSource();
163 if ((((eventSource & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) ||
164 ((eventSource & InputDevice.SOURCE_JOYSTICK) == InputDevice.SOURCE_JOYSTICK))