Scroll-Bindings: Add support for mouse wheel bindings

This commit is contained in:
Arnaudv6 2022-10-25 21:46:46 +02:00 committed by Consolatis
parent e45e2c7e60
commit 063a26ae9d
3 changed files with 56 additions and 6 deletions

View file

@ -13,6 +13,7 @@ enum mouse_event {
MOUSE_ACTION_PRESS,
MOUSE_ACTION_RELEASE,
MOUSE_ACTION_DRAG,
MOUSE_ACTION_SCROLL,
};
struct mousebind {