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

m
m
 
Line 15: Line 15:
 
[[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.getAxis}}
 
{{i18n|love.joystick.getAxis}}

Latest revision as of 03:45, 19 July 2023

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

軸の方向を返します。

関数

概要

direction = love.joystick.getAxis( joystick, axis )

引数

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

返値

number direction
軸の現在値。

関連



そのほかの言語