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

(Created page with "{{oldin (日本語)|0.9.0|090|type=関数|text=Joystick:getAxisCount (日本語) へ移行}} ジョイスティックに実装されている軸の個数を取得し...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{oldin (日本語)|[[0.9.0]]|090|type=関数|text=[[Joystick:getAxisCount (日本語)]] へ移行}}
+
{{newinoldin (日本語)|[[0.5.0 (日本語)|0.5.0]]|050|[[0.9.0 (日本語)|0.9.0]]|090|type=関数|text=[[Joystick:getAxisCount (日本語)|Joystick:getAxisCount]] へ移行}}
  
 
ジョイスティックに実装されている軸の個数を取得します。
 
ジョイスティックに実装されている軸の個数を取得します。
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.getNumAxes}}
 
{{i18n|love.joystick.getNumAxes}}

Latest revision as of 04:06, 19 July 2023

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


ジョイスティックに実装されている軸の個数を取得します。

関数

概要

axes = love.joystick.getNumAxes( joystick )

Arguments

number joystick
The joystick to be checked

返値

number axes
利用可能な軸の個数。

関連



関連