Alias Cursor.systemSizeNESW

Retrieves one of the dsdl2.Cursor system cursor presets from SDL_SYSTEM_CURSOR_* enumeration constants

class Cursor
{
  // ...
  alias systemSizeNESW = _multiton!SDL_SYSTEM_CURSOR_SIZENESW;
  // ...
}

dutto

Retrieves one of the dsdl2.Cursor system cursor presets from SDL_SYSTEM_CURSOR_* enumeration constants