aboutsummaryrefslogtreecommitdiff
path: root/system/include/SDL/SDL_keycode.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-07-10 16:21:27 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-07-10 16:21:27 -0700
commit0016b0eefa09c1b758cfc3bf4df6a333cf8f9bf9 (patch)
tree65f292980abb6c080b2f360b69809f291c5de66f /system/include/SDL/SDL_keycode.h
parent4158ce9871d88c2856fe2d47a85ea283e534c7bc (diff)
parentd0bd6cc8c29492a3be79c02239bb09e644f674f6 (diff)
Merge pull request #1364 from int3/syobon
Bunch of SDL fixes that are needed for running Open Syobon Action.
Diffstat (limited to 'system/include/SDL/SDL_keycode.h')
-rw-r--r--system/include/SDL/SDL_keycode.h3
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)
};
/**