wikiheaders: updated from SDL3, plus fixes to headers to deal with that.
This commit is contained in:
parent
63ea838db6
commit
8b4e389ad0
7 changed files with 166 additions and 6 deletions
|
@ -807,6 +807,7 @@ extern DECLSPEC void SDLCALL SDL_JoystickUpdate(void);
|
|||
*/
|
||||
extern DECLSPEC int SDLCALL SDL_JoystickEventState(int state);
|
||||
|
||||
/* Limits for joystick axes... */
|
||||
#define SDL_JOYSTICK_AXIS_MAX 32767
|
||||
#define SDL_JOYSTICK_AXIS_MIN -32768
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue