Changeset 3280 for code/trunk/src/core/input/Button.cc
- Timestamp:
- Jul 12, 2009, 11:58:01 PM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/core4 (added) merged: 3235-3237,3245-3250,3253-3254,3260-3261,3265,3270
- Property svn:mergeinfo changed
-
code/trunk/src/core/input/Button.cc
r2662 r3280 37 37 #include "util/Convert.h" 38 38 #include "util/SubString.h" 39 #include "util/String .h"39 #include "util/StringUtils.h" 40 40 #include "util/Debug.h" 41 41 #include "core/ConsoleCommand.h" … … 127 127 '\\', false, '"', false, '(', ')', false, '\0'); 128 128 129 KeybindMode:: Enummode = KeybindMode::None;129 KeybindMode::Value mode = KeybindMode::None; 130 130 float paramModifier = 1.0f; 131 131 std::string commandStr = "";
Note: See TracChangeset
for help on using the changeset viewer.