Lines Matching defs:wParam
69 winTranslateKey (WPARAM wParam, LPARAM lParam, int *piScanCode)
71 int iKeyFixup = g_iKeyMap[wParam * WIN_KEYMAP_COLS + 1];
72 int iKeyFixupEx = g_iKeyMap[wParam * WIN_KEYMAP_COLS + 2];
76 winDebug("winTranslateKey: wParam %08x lParam %08x\n", wParam, lParam);
87 if (VK_PRIOR <= wParam && wParam <= VK_DOWN)
93 iParamScanCode = MapVirtualKeyEx(wParam,
103 else if (wParam == 0 && iParamScanCode == 0x70)
325 winIsFakeCtrl_L (UINT message, WPARAM wParam, LPARAM lParam)
336 && wParam == VK_CONTROL
367 if (fReturn && msgNext.wParam == VK_MENU
385 && wParam == VK_CONTROL
420 && msgNext.wParam == VK_MENU
497 BOOL winCheckKeyPressed(WPARAM wParam, LPARAM lParam)
499 switch (wParam)