Mercurial > sdl-ios-xcode
diff README.MiNT @ 1420:2405517b5eab
Added preliminary support for MiNT /dev/mouse driver (disabled atm)
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Thu, 23 Feb 2006 21:51:10 +0000 |
parents | a8068adf156b |
children | 6dbe2a67b23b 28db418c7573 |
line wrap: on
line diff
--- a/README.MiNT Thu Feb 23 04:16:08 2006 +0000 +++ b/README.MiNT Thu Feb 23 21:51:10 2006 +0000 @@ -55,7 +55,7 @@ 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 @@ (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 @@ -- Patrice Mandin <pmandin@caramail.com> -http://membres.lycos.fr/pmandin/ +http://pmandin.atari.org/