Click or drag to resize

ControlWarpMouse Method

Moves the mouse cursor to to_position, relative to RectPosition of this Control.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void WarpMouse(
	Vector2 toPosition
)

Parameters

toPosition
Type: GodotVector2

[Missing <param name="toPosition"/> documentation for "M:Godot.Control.WarpMouse(Godot.Vector2)"]

See Also