Changeset 1066 for code/trunk/src/core/InputManager.h
- Timestamp:
- Apr 14, 2008, 10:50:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/InputManager.h
r1062 r1066 75 75 InputMode getInputMode(); 76 76 77 // temporary hack 78 void feedInputBuffer(InputBuffer* buffer); 79 77 80 // Temporary solutions. Will be removed soon! 78 81 OIS::Mouse *getMouse() { return this->mouse_ ; } … … 96 99 InputHandlerGUI *handlerGUI_; //!< Handles the input if in GUI mode 97 100 // FIXME: insert the InputBuffer once merged with core2 98 Input HandlerGUI*handlerBuffer_; //!< Handles the input if in Buffer mode101 InputBuffer *handlerBuffer_; //!< Handles the input if in Buffer mode 99 102 InputHandlerGame *handlerGame_; //!< Handles the input if in Game mode 100 103
Note: See TracChangeset
for help on using the changeset viewer.