Difference between revisions of "GamepadAxis"

(Created page)
 
m
Line 11: Line 11:
 
* [[parent::love.joystick]]
 
* [[parent::love.joystick]]
 
* [[parent::Joystick]]
 
* [[parent::Joystick]]
 +
* [[Joystick:getGamepadAxis]]
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=Virtual gamepad axes.}}
 
{{#set:Description=Virtual gamepad axes.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|GamepadAxis}}
 
{{i18n|GamepadAxis}}

Revision as of 22:09, 26 August 2013

Available since LÖVE 0.9.0
This enum is not supported in earlier versions.

Virtual gamepad axes.

Constants

leftx
The x-axis of the left thumbstick.
lefty
The y-axis of the left thumbstick.
rightx
The x-axis of the right thumbstick.
righty
The y-axis of the right thumbstick.
triggerleft
Left analogue trigger.
triggerright
Right analogue trigger.

See Also

Other Languages