Difference between revisions of "Joystick:getHat"
(Undo revision 12863 by Bangseongbeom (talk)) |
|||
Line 1: | Line 1: | ||
{{newin|[[0.9.0]]|090|type=function|text=It has been moved from [[love.joystick.getHat]]}} | {{newin|[[0.9.0]]|090|type=function|text=It has been moved from [[love.joystick.getHat]]}} | ||
− | + | Gets the direction of a hat. | |
− | == | + | == Function == |
− | === | + | === Synopsis === |
<source lang="lua"> | <source lang="lua"> | ||
direction = Joystick:getHat( hat ) | direction = Joystick:getHat( hat ) | ||
</source> | </source> | ||
− | === | + | === Arguments === |
− | {{param|number | + | {{param|number|hat|The index of the hat to be checked.}} |
=== Returns === | === Returns === | ||
− | {{param|JoystickHat | + | {{param|JoystickHat|direction|The direction the hat is pushed.}} |
− | == | + | == See Also == |
− | * [[parent::Joystick | + | * [[parent::Joystick]] |
− | * [[Joystick:getHatCount | + | * [[Joystick:getHatCount]] |
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description= | + | {{#set:Description=Gets the direction of a hat.}} |
− | == | + | == Other Languages == |
{{i18n|Joystick:getHat}} | {{i18n|Joystick:getHat}} |
Revision as of 10:38, 3 February 2014
Available since LÖVE 0.9.0 |
It has been moved from love.joystick.getHat. |
Gets the direction of a hat.
Function
Synopsis
direction = Joystick:getHat( hat )
Arguments
number hat
- The index of the hat to be checked.
Returns
JoystickHat direction
- The direction the hat is pushed.
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