PCem

view src/plat-mouse.h @ 154:d0d530adce12

Initial port to Linux (using Allegro). 64-bit fixes. Some changes to aid portability. A few other tweaks.
author TomW
date Thu Sep 04 21:07:24 2014 +0100
parents f85939140905
children
line source
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
5 void mouse_init();
6 void mouse_close();
7 extern int mouse_buttons;
8 void mouse_poll_host();
9 void mouse_get_mickeys(int *x, int *y);
10 extern int mousecapture;
11 #ifdef __cplusplus
12 }
13 #endif