FabGL
ESP32 Display Controller and Graphics Library

◆ setMouseCursor() [2/2]

void setMouseCursor ( CursorName  cursorName)
inherited

Sets mouse cursor from a set of predefined cursors.

Parameters
cursorNameName (enum) of predefined cursor.

Example:

VGAController.setMouseCursor(CursorName::CursorPointerShadowed);

Definition at line 684 of file displaycontroller.cpp.