fix touch and pen mixed in windows

This commit is contained in:
2018-10-14 00:09:49 +02:00
parent 64ce471ed8
commit ae05e56110
3 changed files with 37 additions and 24 deletions

View File

@@ -20,8 +20,8 @@ public:
bool m_mouse_down = false;
bool m_stylus = false;
bool m_eraser = false;
bool m_ink = false;
bool m_ink_pen = false;
bool m_ink_touch = false;
HCTX TabletInit(HWND hWnd);