Lines Matching refs:uMsg
534 static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
539 if (uMsg == WM_NCCREATE)
555 return DefWindowProcW(hWnd, uMsg, wParam, lParam);
558 switch (uMsg)
684 _glfwInputChar(window, codepoint, getKeyMods(), uMsg != WM_SYSCHAR);
687 if (uMsg == WM_SYSCHAR && window->win32.keymenu)
814 if (uMsg == WM_LBUTTONDOWN || uMsg == WM_LBUTTONUP)
816 else if (uMsg == WM_RBUTTONDOWN || uMsg == WM_RBUTTONUP)
818 else if (uMsg == WM_MBUTTONDOWN || uMsg == WM_MBUTTONUP)
825 if (uMsg == WM_LBUTTONDOWN || uMsg == WM_RBUTTONDOWN ||
826 uMsg == WM_MBUTTONDOWN || uMsg == WM_XBUTTONDOWN)
853 if (uMsg == WM_XBUTTONDOWN || uMsg == WM_XBUTTONUP)
1271 return DefWindowProcW(hWnd, uMsg, wParam, lParam);