Update docs

This commit is contained in:
Insality
2020-03-28 16:48:30 +03:00
parent 7821c031dd
commit d24107550a
3 changed files with 17 additions and 5 deletions

View File

@@ -38,6 +38,11 @@ end
function M.on_layout_change(self)
end
-- Call, if input was capturing before this component
-- Example: scroll is start scrolling, so you need unhover button
function M.on_input_interrupt(self)
end
return M
```