added misc:hide_cursor_on_touch

This commit is contained in:
vaxerski
2023-01-17 11:47:39 +01:00
parent 2ec7e241cd
commit 5c83976977
5 changed files with 34 additions and 27 deletions

View File

@@ -15,6 +15,8 @@ void CInputManager::onTouchDown(wlr_touch_down_event* e) {
refocus();
m_bLastInputTouch = true;
m_sTouchData.touchFocusWindow = m_pFoundWindowToFocus;
m_sTouchData.touchFocusSurface = m_pFoundSurfaceToFocus;
m_sTouchData.touchFocusLS = m_pFoundLSToFocus;