/* mouse.h */ void mouse_init(void); void mouse_close(void); int mouse_filter(void); void mouse_getpos(int *, int *, int *); int mouse_read(void);