summaryrefslogtreecommitdiff
path: root/src/game/GameView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameView.h')
-rw-r--r--src/game/GameView.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h
index 71a6e93..c449ba2 100644
--- a/src/game/GameView.h
+++ b/src/game/GameView.h
@@ -35,6 +35,12 @@ class GameView: public ui::Window
{
private:
DrawMode drawMode;
+
+ bool doScreenshot;
+ bool recording;
+ int screenshotIndex;
+ int recordingIndex;
+
bool isMouseDown;
bool zoomEnabled;
bool zoomCursorFixed;
@@ -114,6 +120,9 @@ private:
virtual ui::Point lineSnapCoords(ui::Point point1, ui::Point point2);
virtual ui::Point rectSnapCoords(ui::Point point1, ui::Point point2);
+ void screenshot();
+ void record();
+
void enableShiftBehaviour();
void disableShiftBehaviour();
void enableCtrlBehaviour();