Mercurial > sdl-ios-xcode
comparison include/SDL_compat.h @ 2295:dbc6d1893869
Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Tue, 08 Jan 2008 00:10:46 +0000 |
parents | 4baee598306d |
children | d87417504c75 |
comparison
equal
deleted
inserted
replaced
2294:386ebf50dd91 | 2295:dbc6d1893869 |
---|---|
183 #define SDLK_KP9 SDLK_KP_9 | 183 #define SDLK_KP9 SDLK_KP_9 |
184 #define SDLK_NUMLOCK SDLK_KP_NUMLOCKCLEAR | 184 #define SDLK_NUMLOCK SDLK_KP_NUMLOCKCLEAR |
185 #define SDLK_SCROLLOCK SDLK_SCROLLLOCK | 185 #define SDLK_SCROLLOCK SDLK_SCROLLLOCK |
186 #define SDLK_PRINT SDLK_PRINTSCREEN | 186 #define SDLK_PRINT SDLK_PRINTSCREEN |
187 | 187 |
188 /* These key constants are obsoleted the new keyboard handling, their definitions here correspond to how they appear on a US keyboard. */ | 188 /* These key constants are obsoleted by the new keyboard handling, |
189 their definitions here correspond to how they appear on a US | |
190 keyboard. */ | |
191 | |
189 #define SDLK_EXCLAIM SDLK_1 | 192 #define SDLK_EXCLAIM SDLK_1 |
190 #define SDLK_QUOTEDBL SDLK_APOSTROPHE | 193 #define SDLK_QUOTEDBL SDLK_APOSTROPHE |
191 #define SDLK_HASH SDLK_3 | 194 #define SDLK_HASH SDLK_3 |
192 #define SDLK_DOLLAR SDLK_4 | 195 #define SDLK_DOLLAR SDLK_4 |
193 #define SDLK_AMPERSAND SDLK_7 | 196 #define SDLK_AMPERSAND SDLK_7 |