Mercurial > sdl-ios-xcode
comparison src/joystick/SDL_joystick_c.h @ 4746:0c39b36dd104
Merge
author | dewyatt |
---|---|
date | Tue, 06 Jul 2010 02:07:42 -0400 |
parents | 791b3256fb22 |
children | b530ef003506 |
comparison
equal
deleted
inserted
replaced
4745:0aaa54fbd2bc | 4746:0c39b36dd104 |
---|---|
25 #include "SDL_joystick.h" | 25 #include "SDL_joystick.h" |
26 | 26 |
27 /* The number of available joysticks on the system */ | 27 /* The number of available joysticks on the system */ |
28 extern Uint8 SDL_numjoysticks; | 28 extern Uint8 SDL_numjoysticks; |
29 | 29 |
30 /* Initialization and shutdown functions */ | |
31 extern int SDL_JoystickInit(void); | |
32 extern void SDL_JoystickQuit(void); | |
33 | |
30 /* Internal event queueing functions */ | 34 /* Internal event queueing functions */ |
31 extern int SDL_PrivateJoystickAxis(SDL_Joystick * joystick, | 35 extern int SDL_PrivateJoystickAxis(SDL_Joystick * joystick, |
32 Uint8 axis, Sint16 value); | 36 Uint8 axis, Sint16 value); |
33 extern int SDL_PrivateJoystickBall(SDL_Joystick * joystick, | 37 extern int SDL_PrivateJoystickBall(SDL_Joystick * joystick, |
34 Uint8 ball, Sint16 xrel, Sint16 yrel); | 38 Uint8 ball, Sint16 xrel, Sint16 yrel); |