Home
last modified time | relevance | path

Searched refs:hid_kbd_next_key (Results 1 – 2 of 2) sorted by relevance

/system/ulib/hid/include/hid/
A Dhid.h29 uint8_t hid_kbd_next_key(hid_keys_t* keys);
35 for (keycode = hid_kbd_next_key(keys); keycode; keycode = hid_kbd_next_key(keys))
/system/ulib/hid/
A Dhid.c40 uint8_t hid_kbd_next_key(hid_keys_t* keys) { in hid_kbd_next_key() function

Completed in 4 milliseconds