Renamed SDL_Key to SDL_Keycode to clarify terminology.
This commit is contained in:
parent
cc52151bca
commit
acee78a1c2
12 changed files with 34 additions and 34 deletions
|
@ -659,7 +659,7 @@ EnumKeyboards(DFBInputDeviceID device_id,
|
|||
#if USE_MULTI_API
|
||||
SDL_Keyboard keyboard;
|
||||
#endif
|
||||
SDL_Key keymap[SDL_NUM_SCANCODES];
|
||||
SDL_Keycode keymap[SDL_NUM_SCANCODES];
|
||||
|
||||
if (!cb->sys_kbd) {
|
||||
if (cb->sys_ids) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue