Files
cc65/libsrc/cbm
Greg King e63bf1cde1 Used a library-reference method to calibrate lightpen drivers.
The mouse reference is a pointer.  If it's NULL, the driver uses a default.  If it's non-NULL, then it points to a function that the driver can call.  That function will adjust the driver's calibration value.  It could ask the user to adjust the pen; or, it could read a file that holds a value from a previous calibration.

Application writers can choose how it's done: a function that's provided by the library, a custom function, or nothing.
2013-06-23 03:18:28 -04:00
..
2001-03-20 21:06:04 +00:00
2012-06-03 15:11:32 +00:00
2009-02-22 14:42:32 +00:00
2002-11-17 22:45:55 +00:00
2002-11-16 23:45:15 +00:00
2012-10-16 21:29:14 +00:00
2012-07-30 19:02:07 +00:00
2012-06-03 15:11:32 +00:00
2012-06-03 15:11:32 +00:00
2012-06-03 14:03:22 +00:00