「App:Library:FabGL:Struct:DateTime」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「== struct == {| class="wikitable" | |} ----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Class_List 戻る]」)
 
1行目: 1行目:
 
== struct  ==
 
== struct  ==
 +
Defines a cursor.
 +
{| class="wikitable"
 +
|#include <[http://www.fabglib.org/displaycontroller_8h_source.html displaycontroller.h]>
 +
|}
  
 +
== Public Attributes ==
 
{| class="wikitable"
 
{| class="wikitable"
|
+
|[[App:Library:FabGL:Struct:Bitmap|'''Bitmap''']]    [http://www.fabglib.org/structfabgl_1_1_cursor_ab90f53fbe007c65f80d83ece2352f49a.html#ab90f53fbe007c65f80d83ece2352f49a bitmap]
 +
|-
 +
|int16_t    [http://www.fabglib.org/structfabgl_1_1_cursor_a0e4f59780867e7453248d317439cc16e.html#a0e4f59780867e7453248d317439cc16e hotspotX]
 +
|-
 +
|int16_t    [http://www.fabglib.org/structfabgl_1_1_cursor_a068b9d6ed14249ac8d20123435be5356.html#a068b9d6ed14249ac8d20123435be5356 hotspotY]
 
|}
 
|}
 +
 +
== Detailed Description ==
 +
Defines a cursor.
 +
 +
[http://www.fabglib.org/displaycontroller_8h_source.html#l00528 Definition at line 528 of file displaycontroller.h].
 +
----
 +
The documentation for this struct was generated from the following file:
 +
#[http://www.fabglib.org/displaycontroller_8h_source.html displaycontroller.h]
 +
  
  
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Class_List 戻る]
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Class_List 戻る]

2022年3月23日 (水) 10:58時点における版

struct

Defines a cursor.

#include <displaycontroller.h>

Public Attributes

Bitmap bitmap
int16_t hotspotX
int16_t hotspotY

Detailed Description

Defines a cursor.

Definition at line 528 of file displaycontroller.h.


The documentation for this struct was generated from the following file:

  1. displaycontroller.h



戻る