mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
feat(api): add forward and back mouse buttons
This commit is contained in:
2
runtime/lua/vim/_meta/api.lua
generated
2
runtime/lua/vim/_meta/api.lua
generated
@ -1375,7 +1375,7 @@ function vim.api.nvim_input(keys) end
|
||||
--- processed soon by the event loop.
|
||||
---
|
||||
--- @param button string Mouse button: one of "left", "right", "middle", "wheel",
|
||||
--- "move".
|
||||
--- "move", "x1", "x2".
|
||||
--- @param action string For ordinary buttons, one of "press", "drag", "release".
|
||||
--- For the wheel, one of "up", "down", "left", "right".
|
||||
--- Ignored for "move".
|
||||
|
Reference in New Issue
Block a user