Changeset 1052 for code/trunk/src/orxonox/core/InputHandler.cc
- Timestamp:
- Apr 14, 2008, 3:42:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/core/InputHandler.cc
r1024 r1052 66 66 { 67 67 // simply write the key number (i) in the string 68 this->bindingsKeyPressed_[i] = ConvertValueAndReturn<int, std::string>(i);69 this->bindingsKeyReleased_[i] = ConvertValueAndReturn<int, std::string>(i);68 this->bindingsKeyPressed_[i] = getConvertedValue<int, std::string>(i); 69 this->bindingsKeyReleased_[i] = getConvertedValue<int, std::string>(i); 70 70 } 71 71 return true;
Note: See TracChangeset
for help on using the changeset viewer.