Lines Matching refs:wVirtualKeyCode
272 if ((KeyEvent.wVirtualKeyCode == VK_SHIFT) || in PagePrompt()
273 (KeyEvent.wVirtualKeyCode == VK_MENU) || in PagePrompt()
274 (KeyEvent.wVirtualKeyCode == VK_CONTROL)) in PagePrompt()
283 if (fCtrl && ((KeyEvent.wVirtualKeyCode == VK_ESCAPE) || in PagePrompt()
284 (KeyEvent.wVirtualKeyCode == L'C'))) in PagePrompt()
303 else if (KeyEvent.wVirtualKeyCode == VK_RETURN) in PagePrompt()
308 else if (KeyEvent.wVirtualKeyCode == VK_ESCAPE) in PagePrompt()
314 else if (KeyEvent.wVirtualKeyCode == VK_BACK) in PagePrompt()
365 if (fCtrl && ((KeyEvent.wVirtualKeyCode == VK_ESCAPE) || in PagePrompt()
366 (KeyEvent.wVirtualKeyCode == L'C'))) in PagePrompt()
411 if (KeyEvent.wVirtualKeyCode == L'Q') in PagePrompt()
420 if (KeyEvent.wVirtualKeyCode == L'F') in PagePrompt()
434 if (KeyEvent.wVirtualKeyCode == VK_RETURN) in PagePrompt()
441 if (KeyEvent.wVirtualKeyCode == VK_SPACE) in PagePrompt()
453 if (KeyEvent.wVirtualKeyCode == L'P') in PagePrompt()
461 if (KeyEvent.wVirtualKeyCode == L'S') in PagePrompt()