Lines Matching defs:wParam
60 winWindowProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
73 winDebugWin32Message("winWindowProc", hwnd, message, wParam, lParam);
102 return winHandleIconMessage(hwnd, message, wParam, lParam,
147 wParam always indicate the resolution and bpp for the primary
169 LOWORD(lParam), HIWORD(lParam), (int)wParam);
172 if (wParam == 0)
315 if (wParam == SIZE_MINIMIZED)
401 ((wParam & 0xfff0) == SC_MAXIMIZE ||
402 (wParam & 0xfff0) == SC_RESTORE))
456 switch (LOWORD(wParam)) {
535 switch (LOWORD(wParam)) {
683 if ((HWND) wParam == hwnd) {
789 return winMouseButtonsHandle(s_pScreen, ButtonPress, Button1, wParam);
796 return winMouseButtonsHandle(s_pScreen, ButtonRelease, Button1, wParam);
804 return winMouseButtonsHandle(s_pScreen, ButtonPress, Button2, wParam);
811 return winMouseButtonsHandle(s_pScreen, ButtonRelease, Button2, wParam);
819 return winMouseButtonsHandle(s_pScreen, ButtonPress, Button3, wParam);
826 return winMouseButtonsHandle(s_pScreen, ButtonRelease, Button3, wParam);
834 return winMouseButtonsHandle(s_pScreen, ButtonPress, HIWORD(wParam) + 7,
835 wParam);
842 HIWORD(wParam) + 7, wParam);
849 switch (wParam) {
914 winMouseWheel(&(s_pScreenPriv->iDeltaZ), GET_WHEEL_DELTA_WPARAM(wParam), Button4, Button5);
925 winMouseWheel(&(s_pScreenPriv->iDeltaV), GET_WHEEL_DELTA_WPARAM(wParam), 7, 6);
965 if ((s_pScreenInfo->fUseWinKillKey && wParam == VK_F4
967 || (s_pScreenInfo->fUseUnixKillKey && wParam == VK_BACK
987 if ((wParam == VK_LWIN || wParam == VK_RWIN) && !g_fKeyboardHookLL)
991 if (winIsFakeCtrl_L(message, wParam, lParam))
998 switch (wParam) {
1004 if (winCheckKeyPressed(wParam, lParam))
1013 iScanCode = winTranslateKey(wParam, lParam);
1016 if (wParam == VK_CAPITAL)
1034 if ((wParam == VK_LWIN || wParam == VK_RWIN) && !g_fKeyboardHookLL)
1038 if (winIsFakeCtrl_L(message, wParam, lParam))
1042 iScanCode = winTranslateKey(wParam, lParam);
1046 if (wParam == VK_SHIFT)
1055 if (LOWORD(wParam) != WA_INACTIVE && s_pScreenPriv->fBadDepth) {
1091 if (g_fSoftwareCursor && LOWORD(wParam) == WA_INACTIVE && !g_fCursor) {
1107 s_pScreenPriv->fActive = wParam;
1122 switch (LOWORD(wParam)) {
1147 if (HandleCustomWM_COMMAND(0, LOWORD(wParam), s_pScreenPriv))
1179 return DefWindowProc(hwnd, message, wParam, lParam);