Penguin
Annotated edit history of SDLKey(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SDLKey
2 !!!SDLKey
3 NAME
4 SDL Keysym definitions
5 SDL modifier definitions
6 ----
7 !!NAME
8
9
10 SDLKey- SDL Keysym Definitions
11 !!SDL Keysym definitions
12
13
14 __SDLKey ASCII value Common Name__
15
16
17 SDLK_BACKSPACE 'b' backspace
18 SDLK_TAB 't' tab
19 SDLK_CLEAR clear
20 SDLK_RETURN 'r' return
21 SDLK_PAUSE pause
22 SDLK_ESCAPE '^[[' escape
23 SDLK_SPACE ' ' space
24 SDLK_EXCLAIM '!' exclaim
25 SDLK_QUOTEDBL '
26 !!SDL modifier definitions
27
28
29 __SDL Modifier Meaning__
30
31
32 KMOD_NONE No modifiers applicable
33 KMOD_NUM Numlock is down
34 KMOD_CAPS Capslock is down
35 KMOD_LCTRL Left Control is down
36 KMOD_RCTRL Right Control is down
37 KMOD_RSHIFT Right Shift is down
38 KMOD_LSHIFT Left Shift is down
39 KMOD_RALT Right Alt is down
40 KMOD_LALT Left Alt is down
41 KMOD_CTRL A Control key is down
42 KMOD_SHIFT A Shift key is down
43 KMOD_ALT An Alt key is down
44 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.