X-Git-Url: https://eleni.mutantstargoat.com/git/?p=winnie;a=blobdiff_plain;f=src%2Fmouse.h;h=271ee83c5fc021c3c72de6fa9d222bc209e0bacc;hp=535f0d4031b8ed010050b47c707a693b389124f1;hb=52e08b5a5e7d44271d217892372c6c0878484c44;hpb=ffd2c0a0f8b898cb4199a0c63aff255a85cc0f11 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_