mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
remove touchInfo from win32_window.c
This commit is contained in:
parent
553e326d64
commit
6e99c99d08
@ -567,7 +567,6 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
|
||||
case WM_POINTERUPDATE:
|
||||
case WM_POINTERUP:
|
||||
{
|
||||
POINTER_TOUCH_INFO touchInfo;
|
||||
POINTER_PEN_INFO penInfo;
|
||||
POINTER_INFO pointerInfo;
|
||||
UINT32 pointerId = GET_POINTERID_WPARAM(wParam);
|
||||
|
Loading…
Reference in New Issue
Block a user