amiga_imgv

annotate src/amiga/mouse.h @ 0:a4788c959918

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 25 Oct 2017 19:34:53 +0300
parents
children
rev   line source
nuclear@0 1 #ifndef MOUSE_H_
nuclear@0 2 #define MOUSE_H_
nuclear@0 3
nuclear@0 4 int mouse_state(int *x, int *y);
nuclear@0 5
nuclear@0 6 int mouse_bnstate(void);
nuclear@0 7 void mouse_pos(int *x, int *y);
nuclear@0 8
nuclear@0 9 #endif /* MOUSE_H_ */