mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +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_POINTERUPDATE:
|
||||||
case WM_POINTERUP:
|
case WM_POINTERUP:
|
||||||
{
|
{
|
||||||
POINTER_TOUCH_INFO touchInfo;
|
|
||||||
POINTER_PEN_INFO penInfo;
|
POINTER_PEN_INFO penInfo;
|
||||||
POINTER_INFO pointerInfo;
|
POINTER_INFO pointerInfo;
|
||||||
UINT32 pointerId = GET_POINTERID_WPARAM(wParam);
|
UINT32 pointerId = GET_POINTERID_WPARAM(wParam);
|
||||||
|
Loading…
Reference in New Issue
Block a user