mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-25 09:59:21 +01:00
Remove meta tag
This commit is contained in:
parent
d26b9b968c
commit
de6bf3ee82
2 changed files with 0 additions and 3 deletions
|
@ -43,7 +43,6 @@ local input_module = {
|
|||
--- A table with mouse button codes. You can use indexes (1, 2, and 3 are left, right, and middle)
|
||||
--- or keyed values (buttons.left, buttons.right, etc.).
|
||||
buttons = buttons,
|
||||
---@type Libinput
|
||||
--- Libinput settings.
|
||||
libinput = require("input.libinput"),
|
||||
}
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
-- SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
---@meta _
|
||||
|
||||
---@class LibinputSetting
|
||||
---@field AccelProfile (AccelProfile)?
|
||||
---@field AccelSpeed float?
|
||||
|
|
Loading…
Reference in a new issue