mouse: add support for drag mouse event

This commit is contained in:
ARDiDo 2022-01-06 18:30:17 -05:00 committed by Johan Malm
parent ab07b68d7e
commit 5935a78fb4
6 changed files with 58 additions and 31 deletions

View file

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