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

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

Revision as of 03:08, 6 June 2019

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

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

関数

概要

ctype = Cursor:getType( )

引数

なし。

返値

CursorType ctype
カーソルの種類。

関連


そのほかの言語