SDL_HasMouse

Return whether a mouse is currently connected.

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

Return Value

Type: bool

true if a mouse is connected, false otherwise.

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

See Also

Meta