Searched refs:pressed (Results 1 – 2 of 2) sorted by relevance
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() argument27 memset(pressed, 0, sizeof(hid_keys_t)); in hid_kbd_pressed_keys()29 pressed->keymask[i] = (prev->keymask[i] ^ cur->keymask[i]) & cur->keymask[i]; in hid_kbd_pressed_keys()
27 void hid_kbd_pressed_keys(const hid_keys_t* prev, const hid_keys_t* cur, hid_keys_t* pressed);
Completed in 7 milliseconds