Difference between revisions of "love.joystick.getAxes (日本語)"

(Created page with "{{oldin (日本語)|0.9.0|090|type=関数|text=Joystick:getAxes (日本語) へ移行}} 各軸の方向を返します。 == 関数 == === 概要 === <source lang="lua...")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{oldin (日本語)|[[0.9.0]]|090|type=関数|text=[[Joystick:getAxes (日本語)]] へ移行}}
+
{{newinoldin (日本語)|[[0.5.0 (日本語)|0.5.0]]|050|[[0.9.0 (日本語)|0.9.0]]|090|type=関数|text=[[Joystick:getAxes (日本語)|Joystick:getAxes]] へ移行}}
 
各軸の方向を返します。
 
各軸の方向を返します。
 
== 関数 ==
 
== 関数 ==
Line 16: Line 16:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=各軸の方向を返します。}}
 
{{#set:Description=各軸の方向を返します。}}
{{#set:Since=000}}
+
{{#set:Since=050}}
 +
{{#set:PrettySince=0.5.0}}
 
{{#set:Removed=090}}
 
{{#set:Removed=090}}
 
{{#set:PrettyRemoved=0.9.0}}
 
{{#set:PrettyRemoved=0.9.0}}
 
== そのほかの言語 ==
 
== そのほかの言語 ==
 
{{i18n|love.joystick.getAxes}}
 
{{i18n|love.joystick.getAxes}}

Latest revision as of 03:42, 19 July 2023

LÖVE 0.5.0 まで使用可能でしたが LÖVE 0.9.0 で廃止されました
Joystick:getAxes へ移行。

各軸の方向を返します。

関数

概要

axisDir1, axisDir2, axisDirN = love.joystick.getAxes( joystick )

引数

number joystick
確認をしたいジョイスティック。

返値

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

関連



そのほかの言語