mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Scroll-Bindings: Add support for mouse wheel bindings
This commit is contained in:
parent
e45e2c7e60
commit
063a26ae9d
3 changed files with 56 additions and 6 deletions
|
|
@ -13,6 +13,7 @@ enum mouse_event {
|
|||
MOUSE_ACTION_PRESS,
|
||||
MOUSE_ACTION_RELEASE,
|
||||
MOUSE_ACTION_DRAG,
|
||||
MOUSE_ACTION_SCROLL,
|
||||
};
|
||||
|
||||
struct mousebind {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue