setCursorVisibility

Wraps SDL_ShowCursor which sets the visibility of the cursor

@safe @trusted
void
setCursorVisibility
(
bool visible
)

Parameters

visible bool

true to make cursor visible, otherwise false

Throws

dsdl2.SDLException if failed to set cursor visibility

Meta