Changeset 1878 for code/trunk/src/core/input/SimpleInputState.h
- Timestamp:
- Oct 3, 2008, 1:26:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/input/SimpleInputState.h
r1755 r1878 52 52 bool setJoyStickHandler (JoyStickHandler* handler, unsigned int joyStickID); 53 53 bool setJoyStickHandler (JoyStickHandler* handler); 54 bool setHandler(Input Tickable* handler);55 void removeAndDestroyAllHandlers();54 bool setHandler(InputHandler* handler); 55 //void removeAndDestroyAllHandlers(); 56 56 57 57 private: … … 84 84 std::vector<JoyStickHandler*> joyStickHandler_; 85 85 JoyStickHandler* joyStickHandlerAll_; 86 std::vector<Input Tickable*> allHandlers_;86 std::vector<InputHandler*> allHandlers_; 87 87 }; 88 88 }
Note: See TracChangeset
for help on using the changeset viewer.