Mercurial > sdl-ios-xcode
comparison src/video/photon/SDL_photon_keycodes.h @ 3139:7f684f249ec9
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 23 May 2009 22:41:08 +0000 |
parents | aa1897bee1e9 |
children | d6b79fc83362 |
comparison
equal
deleted
inserted
replaced
3125:d71d8ceda8b3 | 3139:7f684f249ec9 |
---|---|
102 #define PHOTON_SCANCODE_WFLAG 0x5B | 102 #define PHOTON_SCANCODE_WFLAG 0x5B |
103 #define PHOTON_SCANCODE_ALT 0x38 | 103 #define PHOTON_SCANCODE_ALT 0x38 |
104 #define PHOTON_SCANCODE_SPACE 0x39 | 104 #define PHOTON_SCANCODE_SPACE 0x39 |
105 #define PHOTON_SCANCODE_MENU 0x5D | 105 #define PHOTON_SCANCODE_MENU 0x5D |
106 | 106 |
107 #define PHOTON_SCANCODE_PRNSCR 0x54 /* only key pressed event, no release */ | 107 #define PHOTON_SCANCODE_PRNSCR 0x54 /* only key pressed event, no release */ |
108 #define PHOTON_SCANCODE_SCROLLLOCK 0x46 | 108 #define PHOTON_SCANCODE_SCROLLLOCK 0x46 |
109 /* #define PHOTON_SCANCODE_PAUSE 0x?? */ /* pause doesn't generates a scancode */ | 109 #if 0 /* pause doesn't generates a scancode */ |
110 #define PHOTON_SCANCODE_PAUSE 0x?? | |
111 #endif | |
110 #define PHOTON_SCANCODE_INSERT 0x52 | 112 #define PHOTON_SCANCODE_INSERT 0x52 |
111 #define PHOTON_SCANCODE_HOME 0x47 | 113 #define PHOTON_SCANCODE_HOME 0x47 |
112 #define PHOTON_SCANCODE_PAGEUP 0x49 | 114 #define PHOTON_SCANCODE_PAGEUP 0x49 |
113 #define PHOTON_SCANCODE_DELETE 0x53 | 115 #define PHOTON_SCANCODE_DELETE 0x53 |
114 #define PHOTON_SCANCODE_END 0x4F | 116 #define PHOTON_SCANCODE_END 0x4F |