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