Search
lxdream.org :: lxdream/src/drivers/joy_linux.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/joy_linux.h
changeset 615:38b69ec2f4c8
prev614:a2d239d4438a
next637:6a284eff5311
author nkeynes
date Wed Jan 30 11:31:21 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Watch for new joystick devices and add them
file annotate diff log raw
1.1 --- a/src/drivers/joy_linux.h Mon Jan 28 02:38:09 2008 +0000
1.2 +++ b/src/drivers/joy_linux.h Wed Jan 30 11:31:21 2008 +0000
1.3 @@ -25,11 +25,6 @@
1.4 gboolean linux_joystick_init();
1.5
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 system
1.13 */
1.14 void linux_joystick_shutdown();
.