BiomeVisualiser: Added zooming using the 1 - 8 keys.

This commit is contained in:
Matyas Dolak
2014-01-10 11:55:43 +01:00
parent 00af5d4d6e
commit 8104f611f1
6 changed files with 76 additions and 20 deletions
+4
View File
@@ -48,9 +48,13 @@ protected:
void InitBiomeView(void);
void SetZoom(int a_NewZoom);
void Redraw(void);
LRESULT WndProc(HWND a_Wnd, UINT a_Msg, WPARAM wParam, LPARAM lParam);
// Message handlers:
LRESULT OnChar (WPARAM wParam, LPARAM lParam);
LRESULT OnClose (void);
LRESULT OnCommand (WPARAM wParam, LPARAM lParam);
LRESULT OnLButtonDown(WPARAM wParam, LPARAM lParam);