Difference between revisions of "Joystick:getAxis (日本語)"
(Created page with "{{newin (日本語)|0.9.0|090|type=関数|text=love.joystick.getAxis (日本語) から移行}} 軸の方向を返します。 == 関数 == === 概要 === <source lang...") |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{newin (日本語)|[[0.9.0]]|090|type=関数|text=[[love.joystick.getAxis (日本語)]] から移行}} | + | {{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数|text=[[love.joystick.getAxis (日本語)|love.joystick.getAxis]] から移行}} |
軸の方向を返します。 | 軸の方向を返します。 | ||
== 関数 == | == 関数 == | ||
Line 19: | Line 19: | ||
{{#set:PrettySince=0.9.0}} | {{#set:PrettySince=0.9.0}} | ||
== そのほかの言語 == | == そのほかの言語 == | ||
− | {{i18n| | + | {{i18n (日本語)|Joystick:getAxis}} |
Latest revision as of 05:14, 19 July 2023
LÖVE 0.9.0 から使用可能 |
love.joystick.getAxis から移行。 |
軸の方向を返します。
関数
概要
direction = Joystick:getAxis( axis )
引数
number axis
- 確認をしたい軸。
返値
number direction
- 軸の現在値。
関連