summaryrefslogtreecommitdiff
path: root/meta/3rd/love2d/library/love.joystick.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-07-20 19:40:14 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-07-20 19:40:14 +0800
commit2646668ef25f8a90d07f2cc929a037e62c729381 (patch)
tree042f6c08a0b092c7148f349bdfad0f2b7b1dfb5c /meta/3rd/love2d/library/love.joystick.lua
parent7801b00a804bcd68aacda265afdf4d774486b4e9 (diff)
downloadlua-language-server-2646668ef25f8a90d07f2cc929a037e62c729381.zip
update
Diffstat (limited to 'meta/3rd/love2d/library/love.joystick.lua')
-rw-r--r--meta/3rd/love2d/library/love.joystick.lua18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/3rd/love2d/library/love.joystick.lua b/meta/3rd/love2d/library/love.joystick.lua
index 39a5eeba..dab3ea25 100644
--- a/meta/3rd/love2d/library/love.joystick.lua
+++ b/meta/3rd/love2d/library/love.joystick.lua
@@ -251,19 +251,19 @@ function Joystick:setVibration(left, right) end
---
---Bottom face button (A).
---
----@field ["a"] integer
+---@field a integer
---
---Right face button (B).
---
----@field ["b"] integer
+---@field b integer
---
---Left face button (X).
---
----@field ["x"] integer
+---@field x integer
---
---Top face button (Y).
---
----@field ["y"] integer
+---@field y integer
---
---Back button.
---
@@ -316,15 +316,15 @@ function Joystick:setVibration(left, right) end
---
---Centered
---
----@field ["c"] integer
+---@field c integer
---
---Down
---
----@field ["d"] integer
+---@field d integer
---
---Left
---
----@field ["l"] integer
+---@field l integer
---
---Left+Down
---
@@ -336,7 +336,7 @@ function Joystick:setVibration(left, right) end
---
---Right
---
----@field ["r"] integer
+---@field r integer
---
---Right+Down
---
@@ -348,7 +348,7 @@ function Joystick:setVibration(left, right) end
---
---Up
---
----@field ["u"] integer
+---@field u integer
---
---Types of Joystick inputs.