how to set the mouse position ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Thakee Nathees

is there any way to set the mouse position ?

:bust_in_silhouette: Reply From: Dlean Jeans

Call Viewport.warp_mouse(Vector2):

get_viewport().warp_mouse(new_position)