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

(Created page with "{{newin (日本語)|0.9.0|090|type=関数|text=love.joystick.getNumButtons から移行。}} ジョイスティックに実装されているボタンの個数を取...")
 
m
 
Line 1: Line 1:
{{newin (日本語)|[[0.9.0]]|090|type=関数|text=[[love.joystick.getNumButtons]] から移行。}}
+
{{newin (日本語)|[[0.9.0]]|090|type=関数|text=[[love.joystick.getNumButtons]] から移行}}
 
ジョイスティックに実装されているボタンの個数を取得します。
 
ジョイスティックに実装されているボタンの個数を取得します。
 
== 関数 ==
 
== 関数 ==

Latest revision as of 05:42, 18 September 2017

LÖVE 0.9.0 から使用可能
love.joystick.getNumButtons から移行。

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

関数

概要

buttons = Joystick:getButtonCount( )

引数

なし。

返値

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

関連


そのほかの言語