Searched refs:hid_kbd_pressed_keys (Results 1 – 3 of 3) sorted by relevance
27 void hid_kbd_pressed_keys(const hid_keys_t* prev, const hid_keys_t* cur, hid_keys_t* pressed);
26 void hid_kbd_pressed_keys(const hid_keys_t* prev, const hid_keys_t* cur, hid_keys_t* pressed) { in hid_kbd_pressed_keys() function
96 hid_kbd_pressed_keys(&vi->state[vi->prev_idx], &vi->state[vi->cur_idx], &keys); in vc_input_process()
Completed in 3 milliseconds