Click or drag to resize

ViewportWarpMouse Method

Warps the mouse to a position relative to the viewport.

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.Viewport.WarpMouse(Godot.Vector2)"]

See Also