X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=src%2Fmouse.h;h=1770d7a4c906dd512c34bce0c62d21a53248babc;hb=ecb25bb23fcd6f98fb049297483e312c84fd7b5b;hp=535f0d4031b8ed010050b47c707a693b389124f1;hpb=8a92836b3af157fd47c657cfe546887e5f5683a8;p=winnie diff --git a/src/mouse.h b/src/mouse.h index 535f0d4..1770d7a 100644 --- a/src/mouse.h +++ b/src/mouse.h @@ -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_