diff options
author | Jez Ng <me@jezng.com> | 2013-07-09 11:17:20 -0700 |
---|---|---|
committer | Jez Ng <me@jezng.com> | 2013-07-09 20:42:13 -0700 |
commit | 4dff05193729be353a6d80e83c4f5e1a108d9512 (patch) | |
tree | aa27238578a70ed1c6a3809b6275b3ca3f68ea0c /system | |
parent | 5d3ff92c55b8830c5f1c670a252107d3e8cded60 (diff) |
Bunch of changes to support Syobon Action.
Diffstat (limited to 'system')
-rw-r--r-- | system/include/SDL/SDL_keycode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/include/SDL/SDL_keycode.h b/system/include/SDL/SDL_keycode.h index 472ca28e..84063b8b 100644 --- a/system/include/SDL/SDL_keycode.h +++ b/system/include/SDL/SDL_keycode.h @@ -310,7 +310,8 @@ enum SDLK_KBDILLUMDOWN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KBDILLUMDOWN), SDLK_KBDILLUMUP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KBDILLUMUP), SDLK_EJECT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_EJECT), - SDLK_SLEEP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SLEEP) + SDLK_SLEEP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SLEEP), + SDLK_LAST = SDL_SCANCODE_TO_KEYCODE(SDL_NUM_SCANCODES) }; /** |