mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-16 07:11:16 +00:00
Changed enums to use XXX_COUNT for the count or number of values
Fixes https://github.com/libsdl-org/SDL/issues/10763
This commit is contained in:
@@ -120,7 +120,8 @@ typedef enum SDL_JoystickType
|
||||
SDL_JOYSTICK_TYPE_GUITAR,
|
||||
SDL_JOYSTICK_TYPE_DRUM_KIT,
|
||||
SDL_JOYSTICK_TYPE_ARCADE_PAD,
|
||||
SDL_JOYSTICK_TYPE_THROTTLE
|
||||
SDL_JOYSTICK_TYPE_THROTTLE,
|
||||
SDL_JOYSTICK_TYPE_COUNT
|
||||
} SDL_JoystickType;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user