mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-22 12:48:28 +00:00
Remove 'Enum' suffixes (bug 4813)
This commit is contained in:
parent
a0934a23fd
commit
e5198bd29d
3 changed files with 7 additions and 7 deletions
include
|
@ -317,7 +317,7 @@ typedef enum
|
|||
|
||||
SDLK_AUDIOREWIND = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOREWIND),
|
||||
SDLK_AUDIOFASTFORWARD = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOFASTFORWARD)
|
||||
} SDL_KeyCodeEnum;
|
||||
} SDL_KeyCode;
|
||||
|
||||
/**
|
||||
* \brief Enumeration of valid key mods (possibly OR'd together).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue