mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
mouse: add support for drag mouse event
This commit is contained in:
parent
ab07b68d7e
commit
5935a78fb4
6 changed files with 58 additions and 31 deletions
|
|
@ -11,6 +11,7 @@ enum mouse_event {
|
|||
MOUSE_ACTION_CLICK,
|
||||
MOUSE_ACTION_PRESS,
|
||||
MOUSE_ACTION_RELEASE,
|
||||
MOUSE_ACTION_DRAG,
|
||||
};
|
||||
|
||||
struct mousebind {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue