Function 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.

void setDefaultCursorShape (
  const(long) shape = 0L
) nothrow @nogc;