Mercurial > sdl-ios-xcode
comparison include/SDL_keysym.h @ 184:3142d2ac11db
Added the Undo key for the Atari keyboard
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 14 Sep 2001 04:33:01 +0000 |
parents | 74212992fb08 |
children | b8688cfdc232 |
comparison
equal
deleted
inserted
replaced
183:561c2d2f3505 | 184:3142d2ac11db |
---|---|
282 SDLK_SYSREQ = 317, | 282 SDLK_SYSREQ = 317, |
283 SDLK_BREAK = 318, | 283 SDLK_BREAK = 318, |
284 SDLK_MENU = 319, | 284 SDLK_MENU = 319, |
285 SDLK_POWER = 320, /* Power Macintosh power key */ | 285 SDLK_POWER = 320, /* Power Macintosh power key */ |
286 SDLK_EURO = 321, /* Some european keyboards */ | 286 SDLK_EURO = 321, /* Some european keyboards */ |
287 SDLK_UNDO = 322, /* Atari keyboard has Undo */ | |
287 | 288 |
288 /* Add any other keys here */ | 289 /* Add any other keys here */ |
289 | 290 |
290 SDLK_LAST | 291 SDLK_LAST |
291 } SDLKey; | 292 } SDLKey; |