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

m
m
Line 15: Line 15:
 
* [[parent::love.mouse (日本語)]]
 
* [[parent::love.mouse (日本語)]]
 
* [[love.mouse.setCursor (日本語)]]
 
* [[love.mouse.setCursor (日本語)]]
 +
* [[love.mouse.getSystemCursor (日本語)]]
 +
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=現在のカーソルを取得します。}}
 
{{#set:Description=現在のカーソルを取得します。}}

Revision as of 17:07, 23 February 2023

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

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

関数

概要

cursor = love.mouse.getCursor( )

引数

なし。

返値

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

関連


そのほかの言語