Difference between revisions of "Joystick:getAxes (日本語)"

(Created page with "{{newin (日本語)|0.9.0|090|type=関数|text=love.joystick.getAxes (日本語) から移行}} 各軸の方向を返します。 == 関数 == === 概要 === <source l...")
 
m
 
Line 1: Line 1:
{{newin (日本語)|[[0.9.0]]|090|type=関数|text=[[love.joystick.getAxes (日本語)]] から移行}}
+
{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数|text=[[love.joystick.getAxes (日本語)|love.joystick.getAxes]] から移行}}
 
各軸の方向を返します。
 
各軸の方向を返します。
 
== 関数 ==
 
== 関数 ==

Latest revision as of 05:12, 19 July 2023

LÖVE 0.9.0 から使用可能
love.joystick.getAxes から移行。

各軸の方向を返します。

関数

概要

axisDir1, axisDir2, ..., axisDirN = Joystick:getAxes( )

引数

なし。

返値

number axisDir1
軸 1 の方向。
number axisDir2
軸 2 の方向。
number axisDirN
軸 N の方向。

関連


そのほかの言語