summaryrefslogtreecommitdiff
path: root/src/game/GameView.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-07-30 10:25:32 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-07-30 10:25:32 (GMT)
commit6d5388b221cdd37fe0103e9074edc052053847af (patch)
treee8a3926c2fb6d68e5517e661e69f0e5d064dccfa /src/game/GameView.h
parent9c67d41ad657de4d1cec21cfd43f1990d30cfc35 (diff)
downloadpowder-6d5388b221cdd37fe0103e9074edc052053847af.zip
powder-6d5388b221cdd37fe0103e9074edc052053847af.tar.gz
Faster brush adjusting with [ and ], use alt to change to 1 pixel
Diffstat (limited to 'src/game/GameView.h')
-rw-r--r--src/game/GameView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h
index 9db25f4..b9c0604 100644
--- a/src/game/GameView.h
+++ b/src/game/GameView.h
@@ -40,6 +40,7 @@ private:
bool drawSnap;
bool shiftBehaviour;
bool ctrlBehaviour;
+ bool altBehaviour;
bool showHud;
int toolIndex;
@@ -109,6 +110,8 @@ private:
void disableShiftBehaviour();
void enableCtrlBehaviour();
void disableCtrlBehaviour();
+ void enableAltBehaviour();
+ void disableAltBehaviour();
public:
GameView();