Below is the file 'src/lsi/mouse.h' from this revision. You can also download the file.

/* mouse.h */

void mouse_init(void);
void mouse_close(void);
int mouse_filter(void);
void mouse_getpos(int *, int *, int *);
int mouse_read(void);