瀏覽代碼

Win32: Remove stale comment

Camilla Löwy 6 年之前
父節點
當前提交
267e06a41e
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/win32_window.c

+ 0 - 1
src/win32_window.c

@@ -832,7 +832,6 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
             const int x = GET_X_LPARAM(lParam);
             const int y = GET_Y_LPARAM(lParam);
 
-            // Disabled cursor motion input is provided by WM_INPUT
             if (window->cursorMode == GLFW_CURSOR_DISABLED)
             {
                 const int dx = x - window->win32.lastCursorPosX;