amiga_cyberspace

view src/mouse.h @ 4:12ec766e435c

enabling all interrupts was stupid, and would crash the real amiga.
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 30 Jul 2017 14:24:00 +0300
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_ */