check windows 10 s mode policy enforcement and disable wintab dll, implement windows ink

This commit is contained in:
2018-10-13 15:58:24 +02:00
parent ce344126be
commit da5041b187
5 changed files with 192 additions and 37 deletions

View File

@@ -20,6 +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;
HCTX TabletInit(HWND hWnd);