Mercurial > sdl-ios-xcode
comparison src/video/maccommon/SDL_mackeys.h @ 1662:782fd950bd46 SDL-1.3
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
WARNING: None of the video drivers have been updated for the new API yet! The API is still under design and very fluid.
The code is now run through a consistent indent format:
indent -i4 -nut -nsc -br -ce
The headers are being converted to automatically generate doxygen documentation.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 28 May 2006 13:04:16 +0000 |
parents | f12379c41042 |
children |
comparison
equal
deleted
inserted
replaced
1661:281d3f4870e5 | 1662:782fd950bd46 |
---|---|
107 #define MK_n 0x2D | 107 #define MK_n 0x2D |
108 #define MK_m 0x2E | 108 #define MK_m 0x2E |
109 #define MK_COMMA 0x2B | 109 #define MK_COMMA 0x2B |
110 #define MK_PERIOD 0x2F | 110 #define MK_PERIOD 0x2F |
111 #define MK_SLASH 0x2C | 111 #define MK_SLASH 0x2C |
112 #if 0 /* These are the same as the left versions - use left by default */ | 112 #if 0 /* These are the same as the left versions - use left by default */ |
113 #define MK_RSHIFT 0x38 | 113 #define MK_RSHIFT 0x38 |
114 #endif | 114 #endif |
115 #define MK_UP 0x7E | 115 #define MK_UP 0x7E |
116 #define MK_KP1 0x53 | 116 #define MK_KP1 0x53 |
117 #define MK_KP2 0x54 | 117 #define MK_KP2 0x54 |
119 #define MK_KP_ENTER 0x4C | 119 #define MK_KP_ENTER 0x4C |
120 #define MK_LCTRL 0x3B | 120 #define MK_LCTRL 0x3B |
121 #define MK_LALT 0x3A | 121 #define MK_LALT 0x3A |
122 #define MK_LMETA 0x37 | 122 #define MK_LMETA 0x37 |
123 #define MK_SPACE 0x31 | 123 #define MK_SPACE 0x31 |
124 #if 0 /* These are the same as the left versions - use left by default */ | 124 #if 0 /* These are the same as the left versions - use left by default */ |
125 #define MK_RMETA 0x37 | 125 #define MK_RMETA 0x37 |
126 #define MK_RALT 0x3A | 126 #define MK_RALT 0x3A |
127 #define MK_RCTRL 0x3B | 127 #define MK_RCTRL 0x3B |
128 #endif | 128 #endif |
129 #define MK_LEFT 0x7B | 129 #define MK_LEFT 0x7B |
136 #define MK_IBOOK_ENTER 0x34 | 136 #define MK_IBOOK_ENTER 0x34 |
137 #define MK_IBOOK_LEFT 0x3B | 137 #define MK_IBOOK_LEFT 0x3B |
138 #define MK_IBOOK_RIGHT 0x3C | 138 #define MK_IBOOK_RIGHT 0x3C |
139 #define MK_IBOOK_DOWN 0x3D | 139 #define MK_IBOOK_DOWN 0x3D |
140 #define MK_IBOOK_UP 0x3E | 140 #define MK_IBOOK_UP 0x3E |
141 /* vi: set ts=4 sw=4 expandtab: */ |