Mercurial > sdl-ios-xcode
comparison BUGS @ 27:a7e598a8d8be
The keyboard modifiers are not set to the correct state on X11 startup.
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 10 May 2001 21:22:47 +0000 |
parents | 75a95f82bc1f |
children | 45b1c4303f87 |
comparison
equal
deleted
inserted
replaced
26:c447d5b9275d | 27:a7e598a8d8be |
---|---|
14 Wide UNICODE character input (Kanji, etc.) is not yet supported. | 14 Wide UNICODE character input (Kanji, etc.) is not yet supported. |
15 It requires handling of keyboard mapping events and using the XIM | 15 It requires handling of keyboard mapping events and using the XIM |
16 input translation extension. I will implement it as requested. | 16 input translation extension. I will implement it as requested. |
17 Latin-1 keyboard input works fine. | 17 Latin-1 keyboard input works fine. |
18 | 18 |
19 The keyboard modifiers are not set to the correct state on startup. | |
20 | |
19 The AAlib, GGI, and SVGAlib video drivers are not heavily tested. | 21 The AAlib, GGI, and SVGAlib video drivers are not heavily tested. |
20 | 22 |
21 Win32: | 23 Win32: |
22 The MCI driver can't tell if the CD-ROM drive is paused or stopped. | 24 The MCI driver can't tell if the CD-ROM drive is paused or stopped. |
23 | 25 |
98 Wide UNICODE character input (Kanji, etc.) is not yet supported. | 100 Wide UNICODE character input (Kanji, etc.) is not yet supported. |
99 It requires handling of keyboard mapping events and using the XIM | 101 It requires handling of keyboard mapping events and using the XIM |
100 input translation extension. I will implement it as requested. | 102 input translation extension. I will implement it as requested. |
101 Latin-1 keyboard input works fine. | 103 Latin-1 keyboard input works fine. |
102 | 104 |
105 The keyboard modifiers are not set to the correct state on startup. | |
106 | |
103 Solaris: | 107 Solaris: |
104 The joystick functions are not implemented yet. | 108 The joystick functions are not implemented yet. |
105 | 109 |
106 Wide UNICODE character input (Kanji, etc.) is not yet supported. | 110 Wide UNICODE character input (Kanji, etc.) is not yet supported. |
107 It requires handling of keyboard mapping events and using the XIM | 111 It requires handling of keyboard mapping events and using the XIM |
108 input translation extension. I will implement it as requested. | 112 input translation extension. I will implement it as requested. |
109 Latin-1 keyboard input works fine. | 113 Latin-1 keyboard input works fine. |
110 | 114 |
115 The keyboard modifiers are not set to the correct state on startup. | |
116 | |
111 IRIX: | 117 IRIX: |
112 The CD-ROM handling doesn't work completely. | 118 The CD-ROM handling doesn't work completely. |
113 | 119 |
114 The joystick functions are not implemented yet. | 120 The joystick functions are not implemented yet. |
115 | 121 |
116 Wide UNICODE character input (Kanji, etc.) is not yet supported. | 122 Wide UNICODE character input (Kanji, etc.) is not yet supported. |
117 It requires handling of keyboard mapping events and using the XIM | 123 It requires handling of keyboard mapping events and using the XIM |
118 input translation extension. I will implement it as requested. | 124 input translation extension. I will implement it as requested. |
119 Latin-1 keyboard input works fine. | 125 Latin-1 keyboard input works fine. |
120 | 126 |
127 The keyboard modifiers are not set to the correct state on startup. | |
128 | |
121 OpenBSD: -= NOT YET SUPPORTED =- | 129 OpenBSD: -= NOT YET SUPPORTED =- |
122 This is reported to work, but I haven't verified this. | 130 This is reported to work, but I haven't verified this. |
123 | 131 |
124 Wide UNICODE character input (Kanji, etc.) is not yet supported. | 132 Wide UNICODE character input (Kanji, etc.) is not yet supported. |
125 It requires handling of keyboard mapping events and using the XIM | 133 It requires handling of keyboard mapping events and using the XIM |
126 input translation extension. I will implement it as requested. | 134 input translation extension. I will implement it as requested. |
127 Latin-1 keyboard input works fine. | 135 Latin-1 keyboard input works fine. |
128 | 136 |
137 The keyboard modifiers are not set to the correct state on startup. | |
138 | |
129 OSF/Tru64: -= NOT YET SUPPORTED =- | 139 OSF/Tru64: -= NOT YET SUPPORTED =- |
130 The audio functions are not implemented yet. | 140 The audio functions are not implemented yet. |
131 | 141 |
132 Joysticks and CD-ROM functions are not implemented yet. | 142 Joysticks and CD-ROM functions are not implemented yet. |
133 | 143 |
134 Wide UNICODE character input (Kanji, etc.) is not yet supported. | 144 Wide UNICODE character input (Kanji, etc.) is not yet supported. |
135 It requires handling of keyboard mapping events and using the XIM | 145 It requires handling of keyboard mapping events and using the XIM |
136 input translation extension. I will implement it as requested. | 146 input translation extension. I will implement it as requested. |
137 Latin-1 keyboard input works fine. | 147 Latin-1 keyboard input works fine. |
138 | 148 |
149 The keyboard modifiers are not set to the correct state on startup. | |
150 | |
139 AIX: -= NOT YET SUPPORTED =- | 151 AIX: -= NOT YET SUPPORTED =- |
140 This port has only been tested with AIX 4.3.3 | 152 This port has only been tested with AIX 4.3.3 |
141 | 153 |
142 The OpenGL support doesn't work yet. | 154 The OpenGL support doesn't work yet. |
143 | 155 |
147 | 159 |
148 Wide UNICODE character input (Kanji, etc.) is not yet supported. | 160 Wide UNICODE character input (Kanji, etc.) is not yet supported. |
149 It requires handling of keyboard mapping events and using the XIM | 161 It requires handling of keyboard mapping events and using the XIM |
150 input translation extension. I will implement it as requested. | 162 input translation extension. I will implement it as requested. |
151 Latin-1 keyboard input works fine. | 163 Latin-1 keyboard input works fine. |
164 | |
165 The keyboard modifiers are not set to the correct state on startup. | |
152 | 166 |
153 The AIX port was done by Carsten.Griwodz@KOM.tu-darmstadt.de | 167 The AIX port was done by Carsten.Griwodz@KOM.tu-darmstadt.de |
154 More information on this port is available at: | 168 More information on this port is available at: |
155 http://www.kom.e-technik.tu-darmstadt.de/~griff/SDL/ | 169 http://www.kom.e-technik.tu-darmstadt.de/~griff/SDL/ |
156 | 170 |