Go to the source code of this file.
Data Structures | |
| struct | usb_kbd_repeat_t |
| Structure for keeping information needed for auto-repeat of keys. More... | |
Functions | |
| int | usb_kbd_repeat_fibril (void *arg) |
| Main routine to be executed by a fibril for handling auto-repeat. | |
| void | usb_kbd_repeat_start (usb_kbd_t *kbd, unsigned int key) |
| Start repeating particular key. | |
| void | usb_kbd_repeat_stop (usb_kbd_t *kbd, unsigned int key) |
| Stop repeating particular key. | |
Definition in file kbdrepeat.h.
1.4.7