mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Add button basic tests
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user