mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Add simple swipe component
This commit is contained in:
@@ -75,4 +75,11 @@ M["checkbox"] = {
|
||||
}
|
||||
|
||||
|
||||
M["swipe"] = {
|
||||
SWIPE_THRESHOLD = 50,
|
||||
SWIPE_TIME = 0.4,
|
||||
SWIPE_TRIGGER_ON_MOVE = true
|
||||
}
|
||||
|
||||
|
||||
return M
|
||||
|
Reference in New Issue
Block a user