Control.mouseDefaultCursorShape

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.

  1. Control.CursorShape mouseDefaultCursorShape [@property getter]
    struct Control
    @nogc nothrow @property
    mouseDefaultCursorShape
    ()
  2. long mouseDefaultCursorShape [@property setter]

Meta