Searched refs:jball (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testjoystick.c | 154 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 D | SDL_events.c | 244 (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 D | SDL_joystick.c | 1289 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 D | SDL_events.h | 573 SDL_JoyBallEvent jball; /**< Joystick ball event data */ member
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 1370 event->jball.which, event->jball.ball, event->jball.xrel, in SDLTest_PrintEvent() 1371 event->jball.yrel); in SDLTest_PrintEvent()
|
Completed in 15 milliseconds