Difference between revisions of "love.joystick.getNumAxes"
m |
|||
Line 13: | Line 13: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Returns the number of axes on the joystick.}} | {{#set:Description=Returns the number of axes on the joystick.}} | ||
+ | {{#set:Since=000}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|love.joystick.getNumAxes}} | {{i18n|love.joystick.getNumAxes}} |
Revision as of 10:30, 25 March 2011
Returns the number of axes on the joystick.
Function
Synopsis
axes = love.joystick.getNumAxes( joystick )
Arguments
number joystick
- The joystick to be checked
Returns
number axes
- The number of axes available
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info