InputSingleton.setDefaultCursorShape

Sets the default cursor shape to be used in the viewport instead of constant CURSOR_ARROW. Note: If you want to change the default cursor shape for Control's nodes, use Control.mouseDefaultCursorShape instead. Note: This method generates an InputEventMouseMotion to update cursor immediately.

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

Meta