comparison src/video/quartz/SDL_QuartzKeys.h @ 47:45b1c4303f87

Added initial support for Quartz video (thanks Darrell!)
author Sam Lantinga <slouken@lokigames.com>
date Thu, 07 Jun 2001 14:28:11 +0000
parents
children e8157fcb3114
comparison
equal deleted inserted replaced
46:3dcf26fa9d15 47:45b1c4303f87
1 /*
2 SDL - Simple DirectMedia Layer
3 Copyright (C) 1997, 1998, 1999, 2000, 2001 Sam Lantinga
4
5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public
7 License as published by the Free Software Foundation; either
8 version 2 of the License, or (at your option) any later version.
9
10 This library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Library General Public License for more details.
14
15 You should have received a copy of the GNU Library General Public
16 License along with this library; if not, write to the Free
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18
19 Sam Lantinga
20 slouken@devolution.com
21 */
22
23 /* These are the Macintosh key scancode constants -- from Inside Macintosh */
24
25 #define QZ_ESCAPE 0x35
26 #define QZ_F1 0x7A
27 #define QZ_F2 0x78
28 #define QZ_F3 0x63
29 #define QZ_F4 0x76
30 #define QZ_F5 0x60
31 #define QZ_F6 0x61
32 #define QZ_F7 0x62
33 #define QZ_F8 0x64
34 #define QZ_F9 0x65
35 #define QZ_F10 0x6D
36 #define QZ_F11 0x67
37 #define QZ_F12 0x6F
38 #define QZ_PRINT 0x69
39 #define QZ_SCROLLOCK 0x6B
40 #define QZ_PAUSE 0x71
41 #define QZ_POWER 0x7F
42 #define QZ_BACKQUOTE 0x32
43 #define QZ_1 0x12
44 #define QZ_2 0x13
45 #define QZ_3 0x14
46 #define QZ_4 0x15
47 #define QZ_5 0x17
48 #define QZ_6 0x16
49 #define QZ_7 0x1A
50 #define QZ_8 0x1C
51 #define QZ_9 0x19
52 #define QZ_0 0x1D
53 #define QZ_MINUS 0x1B
54 #define QZ_EQUALS 0x18
55 #define QZ_BACKSPACE 0x33
56 #define QZ_INSERT 0x72
57 #define QZ_HOME 0x73
58 #define QZ_PAGEUP 0x74
59 #define QZ_NUMLOCK 0x47
60 #define QZ_KP_EQUALS 0x51
61 #define QZ_KP_DIVIDE 0x4B
62 #define QZ_KP_MULTIPLY 0x43
63 #define QZ_TAB 0x30
64 #define QZ_q 0x0C
65 #define QZ_w 0x0D
66 #define QZ_e 0x0E
67 #define QZ_r 0x0F
68 #define QZ_t 0x11
69 #define QZ_y 0x10
70 #define QZ_u 0x20
71 #define QZ_i 0x22
72 #define QZ_o 0x1F
73 #define QZ_p 0x23
74 #define QZ_LEFTBRACKET 0x21
75 #define QZ_RIGHTBRACKET 0x1E
76 #define QZ_BACKSLASH 0x2A
77 #define QZ_DELETE 0x75
78 #define QZ_END 0x77
79 #define QZ_PAGEDOWN 0x79
80 #define QZ_KP7 0x59
81 #define QZ_KP8 0x5B
82 #define QZ_KP9 0x5C
83 #define QZ_KP_MINUS 0x4E
84 #define QZ_CAPSLOCK 0x39
85 #define QZ_a 0x00
86 #define QZ_s 0x01
87 #define QZ_d 0x02
88 #define QZ_f 0x03
89 #define QZ_g 0x05
90 #define QZ_h 0x04
91 #define QZ_j 0x26
92 #define QZ_k 0x28
93 #define QZ_l 0x25
94 #define QZ_SEMICOLON 0x29
95 #define QZ_QUOTE 0x27
96 #define QZ_RETURN 0x24
97 #define QZ_KP4 0x56
98 #define QZ_KP5 0x57
99 #define QZ_KP6 0x58
100 #define QZ_KP_PLUS 0x45
101 #define QZ_LSHIFT 0x38
102 #define QZ_z 0x06
103 #define QZ_x 0x07
104 #define QZ_c 0x08
105 #define QZ_v 0x09
106 #define QZ_b 0x0B
107 #define QZ_n 0x2D
108 #define QZ_m 0x2E
109 #define QZ_COMMA 0x2B
110 #define QZ_PERIOD 0x2F
111 #define QZ_SLASH 0x2C
112 #if 0 /* These are the same as the left versions - use left by default */
113 #define QZ_RSHIFT 0x38
114 #endif
115 #define QZ_UP 0x7E
116 #define QZ_KP1 0x53
117 #define QZ_KP2 0x54
118 #define QZ_KP3 0x55
119 #define QZ_KP_ENTER 0x4C
120 #define QZ_LCTRL 0x3B
121 #define QZ_LALT 0x3A
122 #define QZ_LMETA 0x37
123 #define QZ_SPACE 0x31
124 #if 0 /* These are the same as the left versions - use left by default */
125 #define QZ_RMETA 0x37
126 #define QZ_RALT 0x3A
127 #define QZ_RCTRL 0x3B
128 #endif
129 #define QZ_LEFT 0x7B
130 #define QZ_DOWN 0x7D
131 #define QZ_RIGHT 0x7C
132 #define QZ_KP0 0x52
133 #define QZ_KP_PERIOD 0x41
134
135 /* Wierd, these keys are on my iBook under MacOS X */
136 #define QZ_IBOOK_ENTER 0x34
137 #define QZ_IBOOK_LEFT 0x3B
138 #define QZ_IBOOK_RIGHT 0x3C
139 #define QZ_IBOOK_DOWN 0x3D
140 #define QZ_IBOOK_UP 0x3E