Skip to content

Commit

Permalink
add new form of enableCtrlBehaviour for un-highlighted HDD saving
Browse files Browse the repository at this point in the history
  • Loading branch information
boxmein committed May 1, 2015
1 parent 38e21c8 commit 56d04fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/game/GameView.h
Expand Up @@ -121,6 +121,7 @@ class GameView: public ui::Window
void enableShiftBehaviour();
void disableShiftBehaviour();
void enableCtrlBehaviour();
void enableCtrlBehaviour(bool isHighlighted);
void disableCtrlBehaviour();
void enableAltBehaviour();
void disableAltBehaviour();
Expand Down

0 comments on commit 56d04fc

Please sign in to comment.