Searched defs:shifted (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsysdeps_win32.cpp1503 const char* const normal, const char* const shifted) {
1506 return shifted;
1565 const char shifted) {
1568 if (shifted != '\0') {
1569 buf[0] = shifted;
1665 #define MATCH_KEYPAD(vk, normal, shifted) \
1669 (shifted)); \
1675 #define MATCH_MODIFIER_KEYPAD(vk, normal, shifted) \
1679 control_key_state, (normal), (shifted)); \
1502 _get_keypad_sequence(const DWORD control_key_state, const char* const normal, const char* const shifted) argument
1563 _get_modifier_keypad_sequence(char* const buf, const WORD vk, const DWORD control_key_state, const char* const normal, const char shifted) argument

Completed in 51 milliseconds