Add simple swipe component

This commit is contained in:
Insality
2020-04-17 20:04:45 +03:00
parent 14a70964c8
commit 3339b00071
8 changed files with 172 additions and 6 deletions

View File

@@ -75,4 +75,11 @@ M["checkbox"] = {
}
M["swipe"] = {
SWIPE_THRESHOLD = 50,
SWIPE_TIME = 0.4,
SWIPE_TRIGGER_ON_MOVE = true
}
return M