Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtestjoystick.c154 event.jball.which, in loop()
155 event.jball.ball, event.jball.xrel, event.jball.yrel); in loop()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_events.c244 (uint) event->jball.timestamp, (int) event->jball.which, in SDL_LogEvent()
245 (uint) event->jball.ball, (int) event->jball.xrel, (int) event->jball.yrel); in SDL_LogEvent()
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_joystick.c1289 event.jball.type = SDL_JOYBALLMOTION; in SDL_PrivateJoystickBall()
1290 event.jball.which = joystick->instance_id; in SDL_PrivateJoystickBall()
1291 event.jball.ball = ball; in SDL_PrivateJoystickBall()
1292 event.jball.xrel = xrel; in SDL_PrivateJoystickBall()
1293 event.jball.yrel = yrel; in SDL_PrivateJoystickBall()
/AliOS-Things-master/components/SDL2/include/
A DSDL_events.h573 SDL_JoyBallEvent jball; /**< Joystick ball event data */ member
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c1370 event->jball.which, event->jball.ball, event->jball.xrel, in SDLTest_PrintEvent()
1371 event->jball.yrel); in SDLTest_PrintEvent()

Completed in 15 milliseconds