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

m (added property.)
m
Line 15: Line 15:
 
{{#set:Description=カーソルの種類を取得します。}}
 
{{#set:Description=カーソルの種類を取得します。}}
 
{{#set:Since=090}}
 
{{#set:Since=090}}
 +
{{#set:PrettySince=0.9.0}}
 
== そのほかの言語 ==
 
== そのほかの言語 ==
 
{{i18n|Cursor:getType}}
 
{{i18n|Cursor:getType}}

Revision as of 03:38, 6 June 2019

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

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

関数

概要

ctype = Cursor:getType( )

引数

なし。

返値

CursorType ctype
カーソルの種類。

関連


そのほかの言語