forked from external/yambar
particle/on-click: support next/previous buttons
This commit is contained in:
parent
8d5deda4e4
commit
6ed576c719
7 changed files with 22 additions and 0 deletions
|
@ -20,6 +20,8 @@ enum mouse_button {
|
|||
MOUSE_BTN_RIGHT,
|
||||
MOUSE_BTN_WHEEL_UP,
|
||||
MOUSE_BTN_WHEEL_DOWN,
|
||||
MOUSE_BTN_PREVIOUS,
|
||||
MOUSE_BTN_NEXT,
|
||||
|
||||
MOUSE_BTN_COUNT,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue