update joystick driver to API 0.5 and do some cleanup

This commit is contained in:
marschap
2006-04-09 11:05:52 +00:00
parent 2dcde3e4f2
commit c130d15677
4 changed files with 170 additions and 104 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
MODULE_EXPORT int joy_init (Driver *drvthis);
MODULE_EXPORT void joy_close (Driver *drvthis);
MODULE_EXPORT char joy_getkey (Driver *drvthis);
MODULE_EXPORT const char *joy_get_key (Driver *drvthis);
#endif