mirror of
https://github.com/Insality/druid
synced 2025-06-27 18:37:45 +02:00
Add annotation to new_drag function
This commit is contained in:
parent
9195201b9c
commit
dad7cd91b6
@ -449,6 +449,10 @@ function Druid.new_swipe(self, ...)
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
--- Create drag basic component
|
||||||
|
-- @function druid:new_drag
|
||||||
|
-- @tparam args ... drag init args
|
||||||
|
-- @treturn Componetn drag component
|
||||||
function Druid.new_drag(self, ...)
|
function Druid.new_drag(self, ...)
|
||||||
return Druid.create(self, drag, ...)
|
return Druid.create(self, drag, ...)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user