Update swipe docs

This commit is contained in:
Insality
2020-04-17 20:13:49 +03:00
parent 3339b00071
commit fbfd18547a
4 changed files with 40 additions and 3 deletions

View File

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

View File

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