Added preliminary support for MiNT /dev/mouse driver (disabled atm)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401424
This commit is contained in:
parent
9deda87010
commit
e32e1fa965
8 changed files with 256 additions and 10 deletions
|
@ -55,7 +55,7 @@ III. Enjoy! :)
|
|||
IV. What is supported:
|
||||
|
||||
Keyboard (GEMDOS, BIOS, GEM, Ikbd)
|
||||
Mouse (XBIOS, GEM, Ikbd)
|
||||
Mouse (XBIOS, GEM, Ikbd, /dev/mouse (non working atm, disabled))
|
||||
Video (XBIOS (Fullscreen), GEM (Windowed and Fullscreen))
|
||||
Timer (VBL vector, GNU pth library)
|
||||
Joysticks and joypads (Ikbd, Hardware)
|
||||
|
@ -88,6 +88,8 @@ OpenGL driver always uses OSMesa.
|
|||
|
||||
(1) GEM does not report relative mouse motion, so xbios mouse driver is used
|
||||
to report this type event. Under MiNT, using XBIOS mouse driver is not possible.
|
||||
A preliminary driver for /dev/mouse device driver is present, but is disabled
|
||||
till it can be used with other applications simultaneously.
|
||||
|
||||
(2) If you build SDL with threads using the GNU pth library, timers are
|
||||
supported via the pth library.
|
||||
|
@ -246,4 +248,4 @@ Audio drivers:
|
|||
|
||||
--
|
||||
Patrice Mandin <pmandin@caramail.com>
|
||||
http://membres.lycos.fr/pmandin/
|
||||
http://pmandin.atari.org/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue