Difference between revisions of "love.joystick.getNumButtons"

m
m (Updated oldin)
Line 1: Line 1:
{{oldin|[[0.9.0]]|090|type=function|text=It has been renamed to [[love.joystick.getButtonCount]]}}
+
{{oldin|[[0.9.0]]|090|type=function|text=It has been renamed to [[Joystick:getButtonCount]]}}
  
 
Returns the number of buttons on the joystick.
 
Returns the number of buttons on the joystick.

Revision as of 19:04, 26 August 2013

Removed in LÖVE 0.9.0
It has been renamed to Joystick:getButtonCount.


Returns the number of buttons on the joystick.

Function

Synopsis

buttons = love.joystick.getNumButtons( joystick )

Arguments

number joystick
The joystick to be checked

Returns

number buttons
The number of buttons available

See Also


Other Languages