Click or drag to resize

ControlGetCursorShape Method

Returns the mouse cursor shape the control displays on mouse hover. See ControlCursorShape.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public ControlCursorShape GetCursorShape(
	Vector2? position = null
)

Parameters

position (Optional)
Type: SystemNullableVector2
If the parameter is null, then the default value is new Vector2(0, 0)

Return Value

Type: ControlCursorShape

[Missing <returns> documentation for "M:Godot.Control.GetCursorShape(System.Nullable{Godot.Vector2})"]

See Also