Update annotations: scroll, hover and drag

This commit is contained in:
Insality
2020-10-11 23:40:16 +03:00
parent 99a5c87560
commit 082aa454c6
5 changed files with 211 additions and 186 deletions

View File

@@ -18,13 +18,14 @@
-- @see druid.progress
-- @see druid.static_grid
-- @see druid.dynamic_grid
-- @see druid.scroll
-- @see Scroll
-- @see druid.slider
-- @see druid.checkbox
-- @see druid.checkbox_group
-- @see druid.radio_group
-- @see druid.swipe
-- @see druid.drag
-- @see Drag
-- @see Hover
local const = require("druid.const")
local helper = require("druid.helper")