Difference between revisions of "Cursor:getType (日本語)"

(Created page with "{{newin (日本語)|0.9.0|090|type=関数}} カーソルの種類を取得します。 == 関数 == === 概要 === <source lang="lua"> ctype = Cursor:getType( ) </source>...")
 
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{newin (日本語)|[[0.9.0]]|090|type=関数}}
+
{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
 
カーソルの種類を取得します。
 
カーソルの種類を取得します。
 
== 関数 ==
 
== 関数 ==
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=カーソルの種類を取得します。}}
 
{{#set:Description=カーソルの種類を取得します。}}
 +
{{#set:Since=090}}
 +
{{#set:PrettySince=0.9.0}}
 
== そのほかの言語 ==
 
== そのほかの言語 ==
{{i18n|Cursor:getType}}
+
{{i18n (日本語)|Cursor:getType}}

Latest revision as of 07:43, 6 June 2019

LÖVE 0.9.0 から使用可能
この関数は以前のバージョンでは非対応です。

カーソルの種類を取得します。

関数

概要

ctype = Cursor:getType( )

引数

なし。

返値

CursorType ctype
カーソルの種類。

関連


そのほかの言語