Changeset 7874 for code/trunk/src/libraries/core/input
- Timestamp:
- Feb 13, 2011, 1:25:46 AM (14 years ago)
- Location:
- code/trunk/src/libraries/core/input
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/input/InputManager.cc
r7401 r7874 496 496 497 497 //! Gets called by WindowEventListener upon focus change --> clear buffers 498 void InputManager::windowFocusChanged( )498 void InputManager::windowFocusChanged(bool bFocus) 499 499 { 500 500 this->clearBuffers(); -
code/trunk/src/libraries/core/input/InputManager.h
r7401 r7874 202 202 203 203 // From WindowEventListener 204 void windowFocusChanged( );204 void windowFocusChanged(bool bFocus); 205 205 206 206 private: // variables
Note: See TracChangeset
for help on using the changeset viewer.