FabGL
ESP32 Display Controller and Graphics Library
|
|
inherited |
Sets mouse cursor from a set of predefined cursors.
cursorName | Name (enum) of predefined cursor. |
Example:
VGAController.setMouseCursor(CursorName::CursorPointerShadowed);
Definition at line 684 of file displaycontroller.cpp.