Changeset 2908 for code/branches/questsystem5/src/core/input/InputBuffer.cc
- Timestamp:
- Apr 8, 2009, 12:58:47 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/src/core/input/InputBuffer.cc
r2907 r2908 224 224 225 225 /** 226 @brief This update() function is called by the InputManager if the InputBuffer is active.226 @brief This tick() function is called by the InputManager if the InputBuffer is active. 227 227 @param dt Delta time 228 228 */ 229 void InputBuffer:: updateInput(float dt)229 void InputBuffer::tickInput(float dt) 230 230 { 231 231 timeSinceKeyPressed_ += dt;
Note: See TracChangeset
for help on using the changeset viewer.