Changeset 1878 for code/trunk/src/core/input/ExtendedInputState.h
- Timestamp:
- Oct 3, 2008, 1:26:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/input/ExtendedInputState.h
r1755 r1878 61 61 bool removeJoyStickHandler(JoyStickHandler* handler); 62 62 63 bool addHandler(Input Tickable* handler);64 bool removeHandler(Input Tickable* handler);63 bool addHandler(InputHandler* handler); 64 bool removeHandler(InputHandler* handler); 65 65 66 66 void removeAndDestroyAllHandlers(); … … 96 96 std::vector<JoyStickHandler*> joyStickHandlersAll_; 97 97 98 std::vector<Input Tickable*> allHandlers_;98 std::vector<InputHandler*> allHandlers_; 99 99 }; 100 100 }
Note: See TracChangeset
for help on using the changeset viewer.