amiga_imgv

view src/amiga/mouse.h @ 9:01bd8bbc46d4

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 29 Oct 2017 21:56:28 +0200
parents
children
line source
1 #ifndef MOUSE_H_
2 #define MOUSE_H_
4 int mouse_state(int *x, int *y);
6 int mouse_bnstate(void);
7 void mouse_pos(int *x, int *y);
9 #endif /* MOUSE_H_ */