handle WM_MOUSEWHEEL and WM_POINTERUPDATE for the Windows Ink stylus driver

This commit is contained in:
2017-04-08 22:51:59 +01:00
parent bb7e94d06b
commit 8d35d1f140
6 changed files with 57 additions and 40 deletions

View File

@@ -51,6 +51,7 @@ public:
bool mouse_down(int button, float x, float y);
bool mouse_move(float x, float y);
bool mouse_up(int button, float x, float y);
bool mouse_scroll(float x, float y, float delta);
bool key_down(int key);
bool key_up(int key);
bool key_char(int key);