App:Library:FabGL:Enumerations:CursorName

提供: robot-jp wiki
ナビゲーションに移動検索に移動

enum CursorName

この列挙型は、事前定義されたマウスカーソルのセットを定義します。

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

例: VGA/MouseOnScreen/MouseOnScreen.ino


line 502 of file displaycontroller.h.に定義されています。




戻る