Changeset 3270 for code/branches/core4/src/core/input/InputState.h
- Timestamp:
- Jul 6, 2009, 12:03:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/core/input/InputState.h
r3196 r3270 40 40 #include <vector> 41 41 #include "InputInterfaces.h" 42 #include "JoyStickDeviceNumberListener.h" 42 43 43 44 namespace orxonox 44 45 { 45 class _CoreExport InputState 46 class _CoreExport InputState : public JoyStickDeviceNumberListener 46 47 { 47 48 friend class InputManager; … … 111 112 112 113 private: 113 void setNumOfJoySticks(unsigned int n)114 void JoyStickDeviceNumberChanged(unsigned int n) 114 115 { 115 116 bInputDeviceEnabled_.resize(n + 2);
Note: See TracChangeset
for help on using the changeset viewer.