mouse: add support for drag mouse event

This commit is contained in:
ARDiDo 2022-01-06 18:30:17 -05:00
parent cef9723505
commit ba1d29ecf4
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 {