「App:Library:FabGL:Enumerations:CursorName」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]」)
 
 
(同じ利用者による、間の8版が非表示)
1行目: 1行目:
 +
==enum [http://www.fabglib.org/group___enumerations_gab91da6221ce0fc3b24f077fb4b775b2c.html#gab91da6221ce0fc3b24f077fb4b775b2c CursorName]==
 +
この列挙型は、事前定義されたマウスカーソルのセットを定義します。
 +
{| class="wikitable"
 +
! colspan="2" |'''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
 +
|}
 +
例: [http://www.fabglib.org/_v_g_a_2_mouse_on_screen_2_mouse_on_screen_8ino-example.html#a11 '''VGA/MouseOnScreen/MouseOnScreen.ino''']
 +
 +
 +
 +
'''[http://www.fabglib.org/displaycontroller_8h_source.html#l00502 line 502 of file displaycontroller.h.]'''に定義されています。
 +
 +
 +
 +
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]

2022年3月21日 (月) 23:29時点における最新版

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.に定義されています。




戻る