Mercurial > sdl-ios-xcode
comparison src/video/photon/SDL_photon_keycodes.h @ 3396:d6b79fc83362
All 2D operations in Photon driver have been finished. The driver is ready to use. There fullscreen modes and YUV textures are rest only.
author | Mike Gorchak <lestat@i.com.ua> |
---|---|
date | Tue, 13 Oct 2009 11:26:40 +0000 |
parents | 7f684f249ec9 |
children | f7b03b6838cb |
comparison
equal
deleted
inserted
replaced
3395:45f140dd4b08 | 3396:d6b79fc83362 |
---|---|
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 #if 0 /* pause doesn't generates a scancode */ | 109 #if 0 /* pause doesn't generates a scancode */ |
110 #define PHOTON_SCANCODE_PAUSE 0x?? | 110 #define PHOTON_SCANCODE_PAUSE 0x?? |
111 #endif | 111 #endif |
112 #define PHOTON_SCANCODE_INSERT 0x52 | 112 #define PHOTON_SCANCODE_INSERT 0x52 |
113 #define PHOTON_SCANCODE_HOME 0x47 | 113 #define PHOTON_SCANCODE_HOME 0x47 |
114 #define PHOTON_SCANCODE_PAGEUP 0x49 | 114 #define PHOTON_SCANCODE_PAGEUP 0x49 |