InputSingleton.setDefaultCursorShape

Sets the default cursor shape to be used in the viewport instead of CURSOR_ARROW. Note that if you want to change the default cursor shape for Control's nodes, use Control.mouseDefaultCursorShape instead.

struct InputSingleton
@nogc nothrow
void
setDefaultCursorShape
(
in long shape = 0
)

Meta