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

(Created page with "{{newin (日本語)|0.9.0|090|type=関数}} 現在のカーソルを取得します。 == 関数 == === 概要 === <source lang="lua"> cursor = love.mouse.getCursor( ) </...")
 
m
Line 1: Line 1:
{{newin (日本語)|[[0.9.0]]|090|type=関数}}
+
{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
 
現在のカーソルを取得します。
 
現在のカーソルを取得します。
  

Revision as of 03:48, 6 June 2019

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

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

関数

概要

cursor = love.mouse.getCursor( )

引数

なし。

返値

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

関連


そのほかの言語