Changeset 1887 for code/trunk/src/core/input/InputCommands.h
- Timestamp:
- Oct 6, 2008, 12:31:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/input/InputCommands.h
r1755 r1887 68 68 }; 69 69 70 /** 71 @brief 72 Executes a simple command with no additional paramters. 73 @return 74 True if command execution was successful, false otherwise. 75 */ 76 inline bool SimpleCommand::execute(float abs, float rel) 77 { 78 return evaluation_.execute(); 79 } 80 70 81 class _CoreExport ParamCommand : public BaseCommand 71 82 {
Note: See TracChangeset
for help on using the changeset viewer.