diff options
author | endolf <[email protected]> | 2005-07-16 15:09:04 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2005-07-16 15:09:04 +0000 |
commit | 93647ae6e78b257377ae4805eb7a8e5a568733da (patch) | |
tree | 501c4fe7cd1147b23221774843e0358ae58887fb /plugins/linux/src/native/JoystickDevice.h | |
parent | d85221f6061b39249b11b26744c1eac1a65a4a45 (diff) |
Added cleanup stuff for rumblers, it doesn't fix the code, but is nice
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@106 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'plugins/linux/src/native/JoystickDevice.h')
-rw-r--r-- | plugins/linux/src/native/JoystickDevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/linux/src/native/JoystickDevice.h b/plugins/linux/src/native/JoystickDevice.h index 34c3de1..87afa4d 100644 --- a/plugins/linux/src/native/JoystickDevice.h +++ b/plugins/linux/src/native/JoystickDevice.h @@ -64,6 +64,7 @@ class JoystickDevice : public Device { int isValidDevice(); bool getFFEnabled(); void rumble(float force); + void cleanup(); }; #endif //eventInterface_eventDevice_h |