mouse drivers

Edward Di Geronimo Jr. (edwdig@bergen.org)
Mon, 28 Oct 1996 23:30:35 -0500

Today I decided to take a look at the mouse driver sample code and I wrote a
new driver - joystick. It's not as easy to use as the mouse, but it is
easier than the keyboard. It works pretty well, but it needs a little bit of
fiddling because joysticks aren't really exact things. And not all joysticks
return the same values. Now that brings me to a question - how can I have
the driver read integer values from geos.ini? If I can't do that I'll have
to recompile the driver for practically every system/joystick combo there
is. If I can't do that, can I have the driver pop up a dialog asking the
user to calibrate the joystick before the system continues?

Just remember that I'm doing this from Esp and not Goc.

-------------------------------------------------------------------
| Edward Di Geronimo Jr. edwdig@bergen.org |
-------------------------------------------------------------------