*work in progress* quick backup
[winnie] / src / mouse.h
index 535f0d4..271ee83 100644 (file)
@@ -13,5 +13,8 @@ void process_mouse_event();
 
 void get_pointer_pos(int *x, int *y);
 int get_button_state(int bn);
+int get_button(int bn);
+
+int read_mouse();
 
 #endif // MOUSE_H_