filename | src/drivers/joy_linux.h |
changeset | 615:38b69ec2f4c8 |
prev | 614:a2d239d4438a |
next | 637:6a284eff5311 |
author | nkeynes |
date | Mon Jan 28 11:17:15 2008 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Split axes into positive and negative sides. Works better now |
file | annotate | diff | log | raw |
1.1 --- a/src/drivers/joy_linux.h Mon Jan 28 02:38:09 2008 +00001.2 +++ b/src/drivers/joy_linux.h Mon Jan 28 11:17:15 2008 +00001.3 @@ -25,11 +25,6 @@1.4 gboolean linux_joystick_init();1.6 /**1.7 - * Re-scan the available joystick devices, adding any new ones.1.8 - */1.9 -gboolean linux_joystick_rescan();1.10 -1.11 -/**1.12 * Shutdown the linux joystick system1.13 */1.14 void linux_joystick_shutdown();
.