Click or drag to resize

ControlSetDefaultCursorShape Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Control.SetDefaultCursorShape(Godot.Control.CursorShape)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDefaultCursorShape is deprecated. Use the MouseDefaultCursorShape property instead.")]
public void SetDefaultCursorShape(
	ControlCursorShape shape
)

Parameters

shape
Type: GodotControlCursorShape

[Missing <param name="shape"/> documentation for "M:Godot.Control.SetDefaultCursorShape(Godot.Control.CursorShape)"]

See Also