~stratagus/stratagus/bos

« back to all changes in this revision

Viewing changes to bos/trunk/engine/ui/interface.cpp

  • Committer: feb
  • Date: 2014-03-15 21:37:01 UTC
  • Revision ID: svn-v4:34fe1b89-62eb-0310-b8fd-a8472fcdd8b9::10238
Escape key unselects units

Show diffs side-by-side

added added

removed removed

Lines of Context:
498
498
                        return true;
499
499
 
500
500
                // Unselect everything
 
501
                case SDLK_ESCAPE:
501
502
                case SDLK_CARET:
502
503
                case SDLK_BACKQUOTE:
503
504
                        UiUnselectAll();