Continuously scroll map with two fingers

This commit is contained in:
pelya
2014-11-10 17:57:43 +02:00
parent 396aebaa98
commit 55d31f06fb
4 changed files with 23 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ bool _left_button_down; ///< Is left mouse button pressed?
bool _left_button_clicked; ///< Is left mouse button clicked?
bool _right_button_down; ///< Is right mouse button pressed?
bool _right_button_clicked; ///< Is right mouse button clicked?
Point _right_button_down_pos; ///< Pos of right mouse button click, for drag and drop
DrawPixelInfo _screen;
bool _screen_disable_anim = false; ///< Disable palette animation (important for 32bpp-anim blitter during giant screenshot)