added SDL backend for easier testing
[winnie] / src / mouse.h
index 535f0d4..1770d7a 100644 (file)
@@ -12,6 +12,7 @@ int get_mouse_fd();
 void process_mouse_event();
 
 void get_pointer_pos(int *x, int *y);
-int get_button_state(int bn);
+int get_button_state();
+int get_button(int bn);
 
 #endif // MOUSE_H_