Home
last modified time | relevance | path

Searched defs:vk (Results 1 – 1 of 1) sorted by relevance

/packages/modules/adb/
Dsysdeps_win32.cpp1782 static DWORD _normalize_keypad_control_key_state(const WORD vk, in _normalize_keypad_control_key_state()
1825 static size_t _get_modifier_sequence(char* const buf, const WORD vk, in _get_modifier_sequence()
1868 static size_t _get_modifier_keypad_sequence(char* const buf, const WORD vk, in _get_modifier_keypad_sequence()
1940 const WORD vk = key_event->wVirtualKeyCode; in _console_read() local
1953 #define MATCH(vk, normal) \ in _console_read() argument
1961 #define MATCH_MODIFIER(vk, normal) \ in _console_read() argument
1970 #define MATCH_KEYPAD(vk, normal, shifted) \ in _console_read() argument
1980 #define MATCH_MODIFIER_KEYPAD(vk, normal, shifted) \ in _console_read() argument