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

/seL4-refos-master/libs/libplatsupport/src/plat/pc99/
H A Dkeyboard_vkey.c75 [VK_OEM_PERIOD] = {'.', '>', -1},
167 [PS2_KEY_DOT] = VK_OEM_PERIOD,
507 case VK_OEM_PERIOD:
508 return "VK_OEM_PERIOD";
H A Dkeyboard_vkey.h204 VK_OEM_PERIOD = 0xBE, /* 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.c75 [VK_OEM_PERIOD] = {'.', '>', -1},
167 [PS2_KEY_DOT] = VK_OEM_PERIOD,
507 case VK_OEM_PERIOD:
508 return "VK_OEM_PERIOD";
H A Dkeyboard_vkey.h204 VK_OEM_PERIOD = 0xBE, /* For any country/region, the '.' key */ enumerator in enum:virtual_keycode_enum

Completed in 34 milliseconds