Mercurial > sdl-ios-xcode
comparison BUGS @ 3888:6d2e1961661a SDL-1.2
Removed broken AmigaOS support.
Fixes Bugzilla #337.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 29 Oct 2006 03:58:27 +0000 |
parents | f12379c41042 |
children | b8bee470f737 |
comparison
equal
deleted
inserted
replaced
3887:9dcceea84416 | 3888:6d2e1961661a |
---|---|
188 | 188 |
189 The AIX port was done by Carsten.Griwodz@KOM.tu-darmstadt.de | 189 The AIX port was done by Carsten.Griwodz@KOM.tu-darmstadt.de |
190 More information on this port is available at: | 190 More information on this port is available at: |
191 http://www.kom.e-technik.tu-darmstadt.de/~griff/SDL/ | 191 http://www.kom.e-technik.tu-darmstadt.de/~griff/SDL/ |
192 | 192 |
193 AmigaOS: -= NOT YET SUPPORTED =- | |
194 The OpenGL support isn't implemented yet. | |
195 | |
196 SDL_WM_GrabInput() is not implemented. | |
197 Does anyone know how to do this? SDL_WM_GrabInput() is designed | |
198 to prevent the user from switching input and mouse focus away from | |
199 the SDL application. | |
200 | |
201 Continuous relative mouse motion is not implemented. | |
202 | |
203 The AmigaOS port was done by Gabriele.Greco@galactica.it | |
204 |