notify idle on touch down

This commit is contained in:
vaxerski 2022-11-11 23:40:55 +00:00
parent 61995e3b4e
commit dd11434e90
1 changed files with 2 additions and 0 deletions

View File

@ -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){