Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 14, 2011, 10:30:01 PM (13 years ago)
Author:
landauf
Message:

keybind mode shouldn't be changed if it was defined explicitly in the keybindings.ini

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/input/KeyBinder.cc

    r7861 r7891  
    404404                for (size_t command_index = 0; command_index < button->nCommands_[mode_index]; ++command_index)
    405405                {
     406                    if (button->commands_[mode_index][command_index]->hasFixedKeybindMode())
     407                        continue;
     408
    406409                    CommandEvaluation* evaluation = button->commands_[mode_index][command_index]->getEvaluation();
    407410
Note: See TracChangeset for help on using the changeset viewer.