Changeset 1645 for code/branches/gui/src/core/input
- Timestamp:
- Jul 23, 2008, 7:31:40 PM (16 years ago)
- Location:
- code/branches/gui/src/core/input
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/input/InputManager.cc
r1642 r1645 86 86 , stateCalibrator_(0) 87 87 , stateEmpty_(0) 88 , bCalibrating_(false) 88 89 , keyboardModifiers_(0) 89 , bCalibrating_(false)90 90 { 91 91 RegisterRootObject(InputManager); -
code/branches/gui/src/core/input/InputManager.h
r1642 r1645 85 85 { 86 86 // --> setConfigValues is private 87 friend ClassIdentifier<InputManager>;87 friend class ClassIdentifier<InputManager>; 88 88 // let Core class use tick(.) 89 friend Core;89 friend class Core; 90 90 91 91 public:
Note: See TracChangeset
for help on using the changeset viewer.