Changeset 9983
- Timestamp:
- Jan 4, 2014, 11:49:36 PM (11 years ago)
- Location:
- code/trunk/src/libraries/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/command/ConsoleCommand.h
r9550 r9983 613 613 { this->inputConfiguredParam_ = index; return *this; } 614 614 /// Returns the input configured param. 615 inline int getInputConfiguredParam _() const615 inline int getInputConfiguredParam() const 616 616 { return this->inputConfiguredParam_; } 617 617 -
code/trunk/src/libraries/core/input/Button.cc
r9982 r9983 188 188 189 189 // check for param command 190 int paramIndex = eval.getConsoleCommand()->getInputConfiguredParam _();190 int paramIndex = eval.getConsoleCommand()->getInputConfiguredParam(); 191 191 if (paramIndex >= 0 && !forceArguments) 192 192 {
Note: See TracChangeset
for help on using the changeset viewer.