Hide/show mouse when using touch controls

This commit is contained in:
Vasilii Rogin 2023-05-17 20:24:34 +03:00
parent c83c4553e1
commit 10c39748f0
1 changed files with 2 additions and 0 deletions

View File

@ -273,7 +273,9 @@ void touch_process_gesture()
gestureEventsQueue.push(currentGesture);
}
mouseHideCursor();
_mouse_set_position(currentCentroid.x, currentCentroid.y);
mouseShowCursor();
}
}
}