Searched refs:VK_OEM_COMMA (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/plat/pc99/
H A Dkeyboard_vkey.c74 [VK_OEM_COMMA] = {',', ',', -1},
166 [PS2_KEY_COMMA] = VK_OEM_COMMA,
503 case VK_OEM_COMMA:
504 return "VK_OEM_COMMA";
H A Dkeyboard_vkey.h202 VK_OEM_COMMA = 0xBC, /* For any country/region, the ',' key */ enumerator in enum:virtual_keycode_enum
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/pc99/
H A Dkeyboard_vkey.c74 [VK_OEM_COMMA] = {',', ',', -1},
166 [PS2_KEY_COMMA] = VK_OEM_COMMA,
503 case VK_OEM_COMMA:
504 return "VK_OEM_COMMA";
H A Dkeyboard_vkey.h202 VK_OEM_COMMA = 0xBC, /* For any country/region, the ',' key */ enumerator in enum:virtual_keycode_enum

Completed in 71 milliseconds