Difference between revisions of "love.joystick.getAxes"
(Add missing parameter) |
m |
||
Line 15: | Line 15: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Returns the position of each axis.}} | {{#set:Description=Returns the position of each axis.}} | ||
+ | == Other Languages == | ||
+ | {{i18n|love.joystick.getAxes}} |
Revision as of 20:41, 18 November 2010
Returns the position of each axis.
Function
Synopsis
axisDir1, axisDir2, axisDirN = love.joystick.getAxes( joystick )
Arguments
number joystick
- The joystick to be checked
Returns
number axisDir1
- Direction of axis1
number axisDir2
- Direction of axis2
number axisDirN
- Direction of axisN
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