Searched refs:jball (Results 1 – 3 of 3) sorted by relevance
70 event.jball.which, in WatchJoystick()71 event.jball.ball, in WatchJoystick()72 event.jball.xrel, in WatchJoystick()73 event.jball.yrel); in WatchJoystick()
511 event.jball.type = SDL_JOYBALLMOTION; in SDL_PrivateJoystickBall()512 event.jball.which = joystick->index; in SDL_PrivateJoystickBall()513 event.jball.ball = ball; in SDL_PrivateJoystickBall()514 event.jball.xrel = xrel; in SDL_PrivateJoystickBall()515 event.jball.yrel = yrel; in SDL_PrivateJoystickBall()
234 SDL_JoyBallEvent jball; member