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

(Created page with "{{newin (日本語)|0.9.0|090|type=関数|text=love.joystick.getAxis (日本語) から移行}} 軸の方向を返します。 == 関数 == === 概要 === <source lang...")
 
m
Line 19: Line 19:
 
{{#set:PrettySince=0.9.0}}
 
{{#set:PrettySince=0.9.0}}
 
== そのほかの言語 ==
 
== そのほかの言語 ==
{{i18n|love.joystick.getAxis}}
+
{{i18n|Joystick:getAxis}}

Revision as of 05:09, 19 July 2023

LÖVE 0.9.0 から使用可能
love.joystick.getAxis (日本語) から移行。

軸の方向を返します。

関数

概要

direction = Joystick:getAxis( axis )

引数

number axis
確認をしたい軸。

返値

number direction
軸の現在値。

関連


そのほかの言語