Difference between revisions of "love.mouse.getCursor (日本語)"

m
m
 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
* [[parent::love.mouse (日本語)]]
 
* [[parent::love.mouse (日本語)]]
 
* [[love.mouse.setCursor (日本語)]]
 
* [[love.mouse.setCursor (日本語)]]
 +
* [[love.mouse.getSystemCursor (日本語)]]
 +
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:日本語]]
 
{{#set:Description=現在のカーソルを取得します。}}
 
{{#set:Description=現在のカーソルを取得します。}}
 
{{#set:Since=090}}
 
{{#set:Since=090}}
 
{{#set:PrettySince=0.9.0}}
 
{{#set:PrettySince=0.9.0}}
 
== そのほかの言語 ==
 
== そのほかの言語 ==
{{i18n|love.mouse.getCursor}}
+
{{i18n (日本語)|love.mouse.getCursor}}

Latest revision as of 18:04, 27 July 2023

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

現在のカーソルを取得します。

関数

概要

cursor = love.mouse.getCursor( )

引数

なし。

返値

Cursor cursor (nil)
現在のカーソル、または nil ならばカーソルは設定されていません。

関連


そのほかの言語