mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
10 lines
227 B
Markdown
10 lines
227 B
Markdown
# 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])
|