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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
(同じ利用者による、間の2版が非表示)
1行目: 1行目:
== struct ==
+
== struct Cursor ==
 
Defines a cursor.
 
Defines a cursor.
 
{| class="wikitable"
 
{| class="wikitable"
|#include <displaycontroller.h>
+
|#include <[http://www.fabglib.org/displaycontroller_8h_source.html displaycontroller.h]>
 
|}
 
|}
  
 
== Public Attributes ==
 
== Public Attributes ==
 
{| class="wikitable"
 
{| class="wikitable"
|Bitmap bitmap
+
|[[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]
 
|}
 
|}
  
13行目: 17行目:
 
Defines a cursor.
 
Defines a cursor.
  
Definition at line 528 of file displaycontroller.h.
+
[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:
 
The documentation for this struct was generated from the following file:
#displaycontroller.h
+
#[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 Cursor

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



戻る