Skip to content
Snippets Groups Projects
Commit edee269c authored by deuce's avatar deuce
Browse files

Add prototype for ciolib_ungetmouse()

parent 70e43d7d
Branches
Tags
No related merge requests found
...@@ -101,6 +101,7 @@ extern "C" { ...@@ -101,6 +101,7 @@ extern "C" {
void ciomouse_gotevent(int event, int x, int y); void ciomouse_gotevent(int event, int x, int y);
int mouse_pending(void); int mouse_pending(void);
int ciolib_getmouse(struct mouse_event *mevent); int ciolib_getmouse(struct mouse_event *mevent);
int ciolib_ungetmouse(struct mouse_event *mevent);
void ciolib_mouse_thread(void *data); void ciolib_mouse_thread(void *data);
int ciomouse_setevents(int events); int ciomouse_setevents(int events);
int ciomouse_addevents(int events); int ciomouse_addevents(int events);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment