Add button basic tests

This commit is contained in:
Insality
2022-09-11 13:10:05 +03:00
parent a6de0128bd
commit 79a711fa01
3 changed files with 108 additions and 4 deletions

View File

@@ -19,4 +19,21 @@ function M.click_released(x, y)
end
function M.click_repeated(x, y)
return hash("touch"), {
repeated = true,
x = x,
y = y,
}
end
function M.input_empty(x, y)
return hash("touch"), {
x = x,
y = y,
}
end
return M