Mercurial > sdl-ios-xcode
comparison src/video/cocoa/SDL_cocoakeys.h @ 2090:f419000e7596
Merged r2975:2976 from branches/SDL-1.2: Mac OS X F13-15 key support.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 14 Feb 2007 10:25:41 +0000 |
parents | 25d6537feea4 |
children | 4baee598306d |
comparison
equal
deleted
inserted
replaced
2089:58ed46da318c | 2090:f419000e7596 |
---|---|
34 #define KEY_F8 0x64 | 34 #define KEY_F8 0x64 |
35 #define KEY_F9 0x65 | 35 #define KEY_F9 0x65 |
36 #define KEY_F10 0x6D | 36 #define KEY_F10 0x6D |
37 #define KEY_F11 0x67 | 37 #define KEY_F11 0x67 |
38 #define KEY_F12 0x6F | 38 #define KEY_F12 0x6F |
39 #define KEY_F13 0x69 | |
40 #define KEY_F14 0x6B | |
41 #define KEY_F15 0x71 | |
42 /* | |
39 #define KEY_PRINT 0x69 | 43 #define KEY_PRINT 0x69 |
40 #define KEY_SCROLLOCK 0x6B | 44 #define KEY_SCROLLOCK 0x6B |
41 #define KEY_PAUSE 0x71 | 45 #define KEY_PAUSE 0x71 |
46 */ | |
42 #define KEY_POWER 0x7F | 47 #define KEY_POWER 0x7F |
43 #define KEY_BACKQUOTE 0x32 | 48 #define KEY_BACKQUOTE 0x32 |
44 #define KEY_1 0x12 | 49 #define KEY_1 0x12 |
45 #define KEY_2 0x13 | 50 #define KEY_2 0x13 |
46 #define KEY_3 0x14 | 51 #define KEY_3 0x14 |