HomeSort by relevance Sort by last modified time
    Searched refs:VKEY_PACKET (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
KeyboardCodes.h 526 // VKEY_PACKET (E7) Windows 2000/XP: Used to pass Unicode characters as if they were keystrokes. The VKEY_PACKET key is the low word of a 32-bit Virtual Key value used for non-keyboard input methods. For more information, see Remark in KEYBDINPUT,SendInput, WM_KEYDOWN, and WM_KEYUP
527 VKEY_PACKET = VK_PACKET,
  /external/chromium_org/ui/base/keycodes/
keyboard_codes_win.h 171 VKEY_PACKET = VK_PACKET,
keyboard_codes_posix.h 197 VKEY_PACKET = 0xE7,

Completed in 490 milliseconds