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

(Created page with "{{oldin (日本語)|0.9.0|090|type=関数|text=Joystick:getButtonCount へ名称変更}} ジョイスティックに実装され...")
 
m
 
Line 1: Line 1:
{{oldin (日本語)|[[0.9.0]]|090|type=関数|text=[[Joystick:getButtonCount (日本語)|Joystick:getButtonCount]] へ名称変更}}
+
{{newinoldin (日本語)|[[0.5.0 (日本語)|0.5.0]]|050|[[0.9.0 (日本語)|0.9.0]]|090|type=関数|text=[[Joystick:getButtonCount (日本語)|Joystick:getButtonCount]] へ移行}}
 
 
 
ジョイスティックに実装されているボタンの個数を取得します。
 
ジョイスティックに実装されているボタンの個数を取得します。
 
== 関数 ==
 
== 関数 ==
Line 15: Line 14:
 
[[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.getNumButtons}}
 
{{i18n|love.joystick.getNumButtons}}

Latest revision as of 03:59, 19 July 2023

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

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

関数

概要

buttons = love.joystick.getNumButtons( joystick )

引数

number joystick
確認を行うジョイスティックを指定します。

返値

number buttons
利用可能なボタンの個数。

関連



そのほかの言語