mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 19:45:58 +01:00
notify idle on touch down
This commit is contained in:
parent
61995e3b4e
commit
dd11434e90
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ void CInputManager::onTouchDown(wlr_touch_down_event* e) {
|
|||
}
|
||||
|
||||
wlr_seat_touch_notify_down(g_pCompositor->m_sSeat.seat, m_sTouchData.touchFocusSurface, e->time_msec, e->touch_id, local.x, local.y);
|
||||
|
||||
wlr_idle_notify_activity(g_pCompositor->m_sWLRIdle, g_pCompositor->m_sSeat.seat);
|
||||
}
|
||||
|
||||
void CInputManager::onTouchUp(wlr_touch_up_event* e){
|
||||
|
|
Loading…
Reference in a new issue