mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 18:42:19 +02:00
Update
This commit is contained in:
9
docs_md/components/extended/swipe_api.md
Normal file
9
docs_md/components/extended/swipe_api.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Swipe Quick API reference
|
||||
|
||||
```lua
|
||||
swipe:init(node_or_node_id, on_swipe_callback)
|
||||
swipe:on_input([action_id], [action])
|
||||
swipe:on_input_interrupt()
|
||||
swipe:on_late_init()
|
||||
swipe:on_style_change(style)
|
||||
swipe:set_click_zone([zone])
|
Reference in New Issue
Block a user