Changeset 1659 for code/branches/gui/src/core/input/SimpleInputState.cc
- Timestamp:
- Aug 14, 2008, 9:41:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/input/SimpleInputState.cc
r1653 r1659 55 55 joyStickHandler_.resize(n); 56 56 57 if ( oldSize > n)57 if (n > oldSize) 58 58 { 59 59 // we have to add the handler in joyStickHandlerAll_ to the joyStickHandler_[>n]
Note: See TracChangeset
for help on using the changeset viewer.