mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 04:45:31 -07:00
12 lines
311 B
C
12 lines
311 B
C
/* Copyright holders: Sarah Walker, Tenshi
|
|
see COPYING for more details
|
|
*/
|
|
void keyboard_at_init();
|
|
void keyboard_at_reset();
|
|
void keyboard_at_poll();
|
|
void keyboard_at_adddata_keyboard_raw(uint8_t val);
|
|
|
|
void (*mouse_write)(uint8_t val);
|
|
extern int mouse_queue_start, mouse_queue_end;
|
|
extern int mouse_scan;
|