Click or drag to resize

ControlMouseDefaultCursorShape Property

The default cursor shape for this control. Useful for Godot plugins and applications or games that use the system's mouse cursors.

Note: On Linux, shapes may vary depending on the cursor theme of the system.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public ControlCursorShape MouseDefaultCursorShape { get; set; }

Property Value

Type: ControlCursorShape
See Also