mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 21:30:57 +00:00
XP-PEN tablet proximity compatibility
This commit is contained in:
parent
8533f58c91
commit
213a2965dd
@ -619,7 +619,7 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
|
||||
|
||||
case WT_PROXIMITY:
|
||||
{
|
||||
_glfwInputPenTabletProximity(lParam != 0);
|
||||
_glfwInputPenTabletProximity(LOWORD(lParam));
|
||||
}
|
||||
|
||||
case WT_PACKET:
|
||||
|
Loading…
Reference in New Issue
Block a user