Mercurial > sdl-ios-xcode
comparison BUGS @ 250:74a8f672f2f8
Added support for building SDL for EPOC/SymbianOS 6.0 (thanks Hannu!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 14 Dec 2001 12:37:34 +0000 |
parents | 37e3ca9254c7 |
children | 04351f59b051 |
comparison
equal
deleted
inserted
replaced
249:e3d0d44f6f2e | 250:74a8f672f2f8 |
---|---|
133 input translation extension. I will implement it as requested. | 133 input translation extension. I will implement it as requested. |
134 Latin-1 keyboard input works fine. | 134 Latin-1 keyboard input works fine. |
135 | 135 |
136 The keyboard modifiers are not set to the correct state on startup. | 136 The keyboard modifiers are not set to the correct state on startup. |
137 | 137 |
138 EPOC: | |
139 Only Crystal version of Epoc/SymbianOS is currently supported. | |
140 | |
141 SDL is implemented in static library only. SDL uses static/global | |
142 variables and that is not allowed in EPOC dll libraries. | |
143 | |
144 Sound is not yet supported. | |
145 | |
146 Joystick, OpenGL and cdrom is not supported (think about cdrom in a cell phone:-). | |
147 | |
148 No console output screen. Printing to stdout do not have any effect. | |
149 | |
138 OpenBSD: -= NOT YET SUPPORTED =- | 150 OpenBSD: -= NOT YET SUPPORTED =- |
139 This is reported to work, but I haven't verified this. | 151 This is reported to work, but I haven't verified this. |
140 | 152 |
141 Wide UNICODE character input (Kanji, etc.) is not yet supported. | 153 Wide UNICODE character input (Kanji, etc.) is not yet supported. |
142 It requires handling of keyboard mapping events and using the XIM | 154 It requires handling of keyboard mapping events and using the XIM |
206 the SDL application. | 218 the SDL application. |
207 | 219 |
208 Continuous relative mouse motion is not implemented. | 220 Continuous relative mouse motion is not implemented. |
209 | 221 |
210 The AmigaOS port was done by Gabriele.Greco@galactica.it | 222 The AmigaOS port was done by Gabriele.Greco@galactica.it |
223 |