Hide/show mouse when using touch controls
This commit is contained in:
parent
c83c4553e1
commit
10c39748f0
|
@ -273,7 +273,9 @@ void touch_process_gesture()
|
|||
gestureEventsQueue.push(currentGesture);
|
||||
}
|
||||
|
||||
mouseHideCursor();
|
||||
_mouse_set_position(currentCentroid.x, currentCentroid.y);
|
||||
mouseShowCursor();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue