mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-17 15:51:25 +00:00
Adding tag names to enums
Adding tag names to following enums: SDL_JoystickType, SDL_JoystickConnectionState, SDL_TouchDeviceType, SDL_DUMMY_ENUM
This commit is contained in:
committed by
Sam Lantinga
parent
dffbb574ea
commit
8d0ad44edd
@@ -88,7 +88,7 @@ typedef SDL_GUID SDL_JoystickGUID;
|
||||
*/
|
||||
typedef Uint32 SDL_JoystickID;
|
||||
|
||||
typedef enum
|
||||
typedef enum SDL_JoystickType
|
||||
{
|
||||
SDL_JOYSTICK_TYPE_UNKNOWN,
|
||||
SDL_JOYSTICK_TYPE_GAMEPAD,
|
||||
@@ -102,7 +102,7 @@ typedef enum
|
||||
SDL_JOYSTICK_TYPE_THROTTLE
|
||||
} SDL_JoystickType;
|
||||
|
||||
typedef enum
|
||||
typedef enum SDL_JoystickConnectionState
|
||||
{
|
||||
SDL_JOYSTICK_CONNECTION_INVALID = -1,
|
||||
SDL_JOYSTICK_CONNECTION_UNKNOWN,
|
||||
|
||||
Reference in New Issue
Block a user