Changeset 1638 for code/branches/gui/src/core/input/InputBuffer.h
- Timestamp:
- Jul 20, 2008, 7:49:26 PM (17 years ago)
- Location:
- code/branches/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui
-
Property
svn:mergeinfo
set to
/code/branches/input merged eligible
-
Property
svn:mergeinfo
set to
-
code/branches/gui/src/core/input/InputBuffer.h
r1535 r1638 170 170 void processKey (const KeyEvent &e); 171 171 172 void tickInput(float dt, const HandlerState& state); 172 void tickInput(float dt); 173 void tickInput(float dt, int device) { } 173 174 174 175 std::string buffer_;
Note: See TracChangeset
for help on using the changeset viewer.