Difference between revisions of "love.joystick.getBall"
m (1 revision: Importing from potato (again).) |
m (Added since 0.5.0) |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{newinoldin|[[0.5.0]]|050|[[0.9.0]]|090|type=function}} | |
− | Returns the change in | + | Returns the change in ball position. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
<source lang="lua"> | <source lang="lua"> | ||
− | dx, dy = love.joystick.getBall( ) | + | dx, dy = love.joystick.getBall( joystick, ball ) |
</source> | </source> | ||
=== Arguments === | === Arguments === | ||
− | + | {{param|number|joystick|The joystick to be checked}} | |
+ | {{param|number|ball|The ball to be checked}} | ||
=== Returns === | === Returns === | ||
{{param|number|dx|Change in x of the ball position.}} | {{param|number|dx|Change in x of the ball position.}} | ||
Line 14: | Line 15: | ||
* [[parent::love.joystick]] | * [[parent::love.joystick]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Returns the change in | + | {{#set:Description=Returns the change in ball position.}} |
+ | {{#set:Since=000}} | ||
+ | == Other Languages == | ||
+ | {{i18n|love.joystick.getBall}} |
Latest revision as of 09:07, 28 December 2019
Available since LÖVE 0.5.0 and removed in LÖVE 0.9.0 |
This function is not supported in earlier or later versions. |
Returns the change in ball position.
Function
Synopsis
dx, dy = love.joystick.getBall( joystick, ball )
Arguments
Returns
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