Fixed the joystick id usage in the joystick and game controller events.
This commit is contained in:
parent
c6dc8b64e7
commit
c02018f852
4 changed files with 46 additions and 27 deletions
|
@ -67,7 +67,7 @@ typedef struct {
|
|||
Uint8 data[16];
|
||||
} SDL_JoystickGUID;
|
||||
|
||||
typedef int SDL_JoystickID;
|
||||
typedef Uint32 SDL_JoystickID;
|
||||
|
||||
|
||||
/* Function prototypes */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue