Implemented zoom in/out with the scroll wheel

The focus of the zooming is the top left of the screen, but that is fine
for now.
This commit is contained in:
2015-07-20 13:00:27 +10:00
parent 2732612803
commit 69aee157b8
4 changed files with 65 additions and 17 deletions
+2
View File
@@ -52,6 +52,8 @@ public:
std::bitset<REGION_WIDTH*REGION_HEIGHT>* GetSolidBitset();
private:
friend class TileSheet;
const int x;
const int y;