Changeset 1468 for code/branches/network/src/core/InputManager.cc
- Timestamp:
- May 29, 2008, 12:15:08 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/core/InputManager.cc
r1465 r1468 576 576 marginalsMin_[i] = INT_MAX; 577 577 } 578 COUT( 1) << "Move all joy stick axes in all directions a few times. "578 COUT(0) << "Move all joy stick axes in all directions a few times. " 579 579 << "Then put all axes in zero state and hit enter." << std::endl; 580 580 … … 1125 1125 { 1126 1126 setInputState(IS_NODETECT); 1127 COUT( 1) << "Binding string \"" << bindingCommmandString_s << "\" on key '" << name << "'" << std::endl;1127 COUT(0) << "Binding string \"" << bindingCommmandString_s << "\" on key '" << name << "'" << std::endl; 1128 1128 CommandExecutor::execute("config KeyBinder " + name + " " + bindingCommmandString_s, false); 1129 1129 } … … 1133 1133 bindingCommmandString_s = command; 1134 1134 setInputState(IS_DETECT); 1135 COUT( 1) << "Press any button/key or move a mouse/joystick axis" << std::endl;1135 COUT(0) << "Press any button/key or move a mouse/joystick axis" << std::endl; 1136 1136 } 1137 1137
Note: See TracChangeset
for help on using the changeset viewer.