SDL_CursorVisible

Return whether the cursor is currently being shown.

extern (C) nothrow @nogc extern
bool
SDL_CursorVisible
()

Return Value

Type: bool

true if the cursor is being shown, or false if the cursor is hidden.

Threadsafety: This function should only be called on the main thread.

See Also

Meta