aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/linux/src/native/MixedDevice.h
diff options
context:
space:
mode:
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