FabGL
ESP32 Display Controller and Graphics Library

◆ isMouseAvailable()

bool isMouseAvailable ( )
inline

Checks if mouse has been detected and correctly initialized.

isMouseAvailable() returns a valid value only after Mouse.begin() or Mouse.reset() has been called.

Returns
True if the mouse is correctly initialized.

Definition at line 168 of file mouse.h.