FabGL
ESP32 Display Controller and Graphics Library

◆ CursorName

enum CursorName : uint8_t

This enum defines a set of predefined mouse cursors.

Enumerator
CursorPointerAmigaLike 

11x11 Amiga like colored mouse pointer

CursorPointerSimpleReduced 

10x15 mouse pointer

CursorPointerSimple 

11x19 mouse pointer

CursorPointerShadowed 

11x19 shadowed mouse pointer

CursorPointer 

12x17 mouse pointer

CursorPen 

16x16 pen

CursorCross1 

9x9 cross

CursorCross2 

11x11 cross

CursorPoint 

5x5 point

CursorLeftArrow 

11x11 left arrow

CursorRightArrow 

11x11 right arrow

CursorDownArrow 

11x11 down arrow

CursorUpArrow 

11x11 up arrow

CursorMove 

19x19 move

CursorResize1 

12x12 resize orientation 1

CursorResize2 

12x12 resize orientation 2

CursorResize3 

11x17 resize orientation 3

CursorResize4 

17x11 resize orientation 4

CursorTextInput 

7x15 text input

Examples
VGA/MouseOnScreen/MouseOnScreen.ino.

Definition at line 502 of file displaycontroller.h.