Searched refs:vk (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/ |
D | sysdeps_win32.cpp | 1607 static DWORD _normalize_keypad_control_key_state(const WORD vk, in _normalize_keypad_control_key_state() argument 1613 switch (vk) { in _normalize_keypad_control_key_state() 1650 static size_t _get_modifier_sequence(char* const buf, const WORD vk, in _get_modifier_sequence() argument 1658 control_key_state = _normalize_keypad_control_key_state(vk, in _get_modifier_sequence() 1693 static size_t _get_modifier_keypad_sequence(char* const buf, const WORD vk, in _get_modifier_keypad_sequence() argument 1709 return _get_modifier_sequence(buf, vk, control_key_state, normal); in _get_modifier_keypad_sequence() 1765 const WORD vk = key_event->wVirtualKeyCode; in _console_read() local 1778 #define MATCH(vk, normal) \ in _console_read() argument 1779 case (vk): \ in _console_read() 1786 #define MATCH_MODIFIER(vk, normal) \ in _console_read() argument [all …]
|