From f1313697dc75005f16a081e229493a7fc4e1ba3a Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 2 Apr 2023 16:10:13 +0200 Subject: [PATCH] add Mouse array, allowing mouse binds to be easily changed similar to the Key binds --- README.html | 1 - README.md | 1 - keybinds.h | 2 +- libs/mouse.c | 144 ++++++++++++++++++++++++--------------------------- libs/mouse.h | 19 +++++++ mouse.h | 26 ++++++++++ spmenu.c | 1 + 7 files changed, 114 insertions(+), 80 deletions(-) create mode 100644 mouse.h diff --git a/README.html b/README.html index 10e16c5..a7ef3b1 100644 --- a/README.html +++ b/README.html @@ -140,7 +140,6 @@ free to add it to this list.

issues!

General