]> git.sur5r.net Git - cc65/blobdiff - include/mouse.h
Added a mouse_stddrv variable that contains the standard mouse driver for a
[cc65] / include / mouse.h
index 6b48a8d851b8b017b7b97ae494674853b37e13c4..4d19e89cf7ac753c2c10abc62afcc77f126133b5 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2003-2004 Ullrich von Bassewitz                                       */
-/*               Römerstraße 52                                              */
-/*               D-70794 Filderstadt                                         */
-/* EMail:        uz@cc65.org                                                 */
+/* (C) 2003-2009, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -96,6 +96,9 @@ struct mouse_callbacks {
 /* The default mouse callbacks */
 extern const struct mouse_callbacks mouse_def_callbacks;
 
+/* The name of the standard joystick driver for a platform */
+extern const char mouse_stddrv[];
+
 
 
 /*****************************************************************************/