mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:05:59 +01:00
handle axis
This commit is contained in:
parent
625e4ce264
commit
7590c4d27b
1 changed files with 3 additions and 1 deletions
|
@ -252,7 +252,9 @@ void Events::listener_fullscreenWindow(wl_listener* listener, void* data) {
|
|||
}
|
||||
|
||||
void Events::listener_mouseAxis(wl_listener* listener, void* data) {
|
||||
// TODO:
|
||||
const auto E = (wlr_event_pointer_axis*)data;
|
||||
|
||||
wlr_seat_pointer_notify_axis(g_pCompositor->m_sWLRSeat, E->time_msec, E->orientation, E->delta, E->delta_discrete, E->source);
|
||||
}
|
||||
|
||||
void Events::listener_activateX11(wl_listener* listener, void* data) {
|
||||
|
|
Loading…
Reference in a new issue