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

/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/pc99/
H A Dkeyboard_vkey.c624 keycode_process_vkey_event(keycode_state_t *s, int32_t vkey, bool pressed, void* cookie) argument
191 keycode_init(keycode_state_t *s, void (*handle_keyevent_callback)(int16_t vkey, bool pressed, void *cookie), void (*handle_chartyped_callback)(int c, void *cookie), void (*handle_led_state_changed_callback)(void *cookie)) argument
669 keycode_process_vkey_event_to_char(keycode_state_t *s, int32_t vkey, bool pressed, void* cookie) argument
676 keycode_get_async_vkey_state(keycode_state_t *s, int32_t vkey) argument
[all...]
H A Dkeyboard_ps2.c123 int16_t vkey = keycode_ps2_to_vkey(ps2_keyevent); local
[all...]
H A Dkeyboard_ps2.h52 int16_t vkey; member in struct:keyboard_key_event

Completed in 77 milliseconds