Changeset 3288 for code/branches/core4/src/core/input/KeyDetector.cc
- Timestamp:
- Jul 13, 2009, 10:43:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/core/input/KeyDetector.cc
r3274 r3288 73 73 } 74 74 75 void KeyDetector::JoyStickQuantityChanged( unsigned int value)75 void KeyDetector::JoyStickQuantityChanged(const std::vector<JoyStick*>& joyStickList) 76 76 { 77 KeyBinder::JoyStickQuantityChanged( value);77 KeyBinder::JoyStickQuantityChanged(joyStickList); 78 78 setCallbackCommand(callbackCommand_); 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.