handle WM_MOUSEWHEEL and WM_POINTERUPDATE for the Windows Ink stylus driver
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user