aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/linux/src/native/MixedDevice.h
diff options
context:
space:
mode:
authorendolf <[email protected]>2005-07-03 20:05:34 +0000
committerendolf <[email protected]>2005-07-03 20:05:34 +0000
commit0148692068637a1e39beb01728c96f7f548381d1 (patch)
tree1cb0afbe916c750a265f20c6be6b01c25828e9b8 /plugins/linux/src/native/MixedDevice.h
parent41dc35be2b5b581e6cf85fa6ade392a149c09904 (diff)
Linux rumbler support
IT DOES NOT WORK YET though. I'm in contact with the kernel module developers as I think it's a kernel bug git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@104 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'plugins/linux/src/native/MixedDevice.h')
-rw-r--r--plugins/linux/src/native/MixedDevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/linux/src/native/MixedDevice.h b/plugins/linux/src/native/MixedDevice.h
index be468d6..3d434fd 100644
--- a/plugins/linux/src/native/MixedDevice.h
+++ b/plugins/linux/src/native/MixedDevice.h
@@ -62,7 +62,8 @@ class MixedDevice : public Device {
int getAbsAxisMinimum(int axisNumber);
int getAbsAxisMaximum(int axisNumber);
int getAbsAxisFuzz(int axisNumber);
-
+ bool getFFEnabled();
+ void rumble(float force);
};
#endif //eventInterface_eventDevice_h