Add workspace switching with mouse wheel
This commit is contained in:
parent
f5f531562b
commit
8f62f6d4b0
3 changed files with 21 additions and 3 deletions
|
|
@ -11,6 +11,7 @@ public:
|
|||
void onMouseMoved(wlr_pointer_motion_event*);
|
||||
void onMouseWarp(wlr_pointer_motion_absolute_event*);
|
||||
void onMouseButton(wlr_pointer_button_event*);
|
||||
void onMouseWheel(wlr_pointer_axis_event*);
|
||||
void onKeyboardKey(wlr_keyboard_key_event*, SKeyboard*);
|
||||
void onKeyboardMod(void*, SKeyboard*);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue