Skip to content

Commit

Permalink
fix: move cursor during dragGestureUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Dec 26, 2023
1 parent ee99601 commit 33d2463
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/GestureManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ void GestureManager::dragGestureUpdate(const wf::touch::gesture_event_t& ev) {
emulateSwipeUpdate(ev.time);
return;
case DragGestureType::HOLD:
// TODO:
// g_pKeybindManager->mouseMoveUnified();
wlr_cursor_warp(g_pCompositor->m_sWLRCursor, nullptr, ev.pos.x, ev.pos.y);
return;
}
}
Expand Down

0 comments on commit 33d2463

Please sign in to comment.