9 lines
168 B
C
9 lines
168 B
C
/* Copyright holders: Sarah Walker
|
|
see COPYING for more details
|
|
*/
|
|
extern void (*mouse_poll)(int x, int y, int b);
|
|
|
|
extern int mousepos;
|
|
extern int64_t mousedelay;
|
|
|