Add tests for drag component

This commit is contained in:
Insality
2022-10-08 19:11:57 +03:00
parent 51dc34613b
commit 9e92cf295b
10 changed files with 167 additions and 12 deletions

View File

@@ -56,6 +56,7 @@ M["button"] = {
M["drag"] = {
DRAG_DEADZONE = 10, -- Size in pixels of drag deadzone
IS_USE_SCREEN_KOEF = true,
}