Mercurial > sdl-ios-xcode
comparison include/SDL_keysym.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 |
---|---|
298 SDLK_PASTE = SDL_PHYSICAL_KEY(125), | 298 SDLK_PASTE = SDL_PHYSICAL_KEY(125), |
299 SDLK_FIND = SDL_PHYSICAL_KEY(126), | 299 SDLK_FIND = SDL_PHYSICAL_KEY(126), |
300 SDLK_MUTE = SDL_PHYSICAL_KEY(127), | 300 SDLK_MUTE = SDL_PHYSICAL_KEY(127), |
301 SDLK_VOLUMEUP = SDL_PHYSICAL_KEY(128), | 301 SDLK_VOLUMEUP = SDL_PHYSICAL_KEY(128), |
302 SDLK_VOLUMEDOWN = SDL_PHYSICAL_KEY(129), | 302 SDLK_VOLUMEDOWN = SDL_PHYSICAL_KEY(129), |
303 /*SDLK_LOCKINGCAPSLOCK = SDL_PHYSICAL_KEY(130), not sure whether there's a reason to enable these | 303 /* not sure whether there's a reason to enable these */ |
304 SDLK_LOCKINGNUMLOCK = SDL_PHYSICAL_KEY(131), | 304 /* SDLK_LOCKINGCAPSLOCK = SDL_PHYSICAL_KEY(130), */ |
305 SDLK_LOCKINGSCROLLLOCK = SDL_PHYSICAL_KEY(132), */ | 305 /* SDLK_LOCKINGNUMLOCK = SDL_PHYSICAL_KEY(131), */ |
306 /* SDLK_LOCKINGSCROLLLOCK = SDL_PHYSICAL_KEY(132), */ | |
306 SDLK_KP_COMMA = SDL_PHYSICAL_KEY(133) | SDL_KEY_KEYPAD_BIT, | 307 SDLK_KP_COMMA = SDL_PHYSICAL_KEY(133) | SDL_KEY_KEYPAD_BIT, |
307 SDLK_KP_EQUALSAS400 = SDL_PHYSICAL_KEY(134) | SDL_KEY_KEYPAD_BIT, | 308 SDLK_KP_EQUALSAS400 = SDL_PHYSICAL_KEY(134) | SDL_KEY_KEYPAD_BIT, |
308 | 309 |
309 SDLK_INTERNATIONAL1 = SDL_PHYSICAL_KEY(135), /**< used on Asian keyboards, see footnotes in USB doc */ | 310 SDLK_INTERNATIONAL1 = SDL_PHYSICAL_KEY(135), /**< used on Asian keyboards, see footnotes in USB doc */ |
310 SDLK_INTERNATIONAL2 = SDL_PHYSICAL_KEY(136), | 311 SDLK_INTERNATIONAL2 = SDL_PHYSICAL_KEY(136), |