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

Add prototype for ciolib_ungetmouse()

parent 70e43d7d
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ extern "C" {
void ciomouse_gotevent(int event, int x, int y);
int mouse_pending(void);
int ciolib_getmouse(struct mouse_event *mevent);
int ciolib_ungetmouse(struct mouse_event *mevent);
void ciolib_mouse_thread(void *data);
int ciomouse_setevents(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