master
Camilla Berglund ago%!(EXTRA string=10 years)
parent e2bb5e1726
commit 0db3940cc4
  1. 4
      src/win32_window.c

@ -466,8 +466,8 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
break;
_glfwInputCursorMotion(window,
x - window->win32.cursorPosX,
y - window->win32.cursorPosY);
x - window->win32.cursorPosX,
y - window->win32.cursorPosY);
}
else
_glfwInputCursorMotion(window, x, y);

Loading…
Cancel
Save