diff options
| author | Simon 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) |
| commit | 6d5388b221cdd37fe0103e9074edc052053847af (patch) | |
| tree | e8a3926c2fb6d68e5517e661e69f0e5d064dccfa /src/game/GameView.h | |
| parent | 9c67d41ad657de4d1cec21cfd43f1990d30cfc35 (diff) | |
| download | powder-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.h | 3 |
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(); |
