Changeset 9588 for code/branches/core6/src/libraries/core/input
- Timestamp:
- Mar 26, 2013, 11:40:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/input/JoyStick.h
r8729 r9588 36 36 #include <ois/OISJoyStick.h> 37 37 #include "InputDevice.h" 38 #include "core/config/Configurable.h" 38 39 39 40 namespace orxonox … … 58 59 */ 59 60 class _CoreExport JoyStick 60 : public OrxonoxClass61 : public Configurable 61 62 , public InputDeviceTemplated<JoyStickTraits> 62 63 , public OIS::JoyStickListener
Note: See TracChangeset
for help on using the changeset viewer.