handle buttons
This commit is contained in:
parent
d086fa3faa
commit
00098aef4f
5 changed files with 37 additions and 6 deletions
|
|
@ -9,6 +9,7 @@ public:
|
|||
|
||||
void onMouseMoved(wlr_event_pointer_motion*);
|
||||
void onMouseWarp(wlr_event_pointer_motion_absolute*);
|
||||
void onMouseButton(wlr_event_pointer_button*);
|
||||
void onKeyboardKey(wlr_event_keyboard_key*);
|
||||
void onKeyboardMod(void*);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue