feat: gesture/multi-touch progress

This commit is contained in:
2026-02-25 10:17:16 -05:00
parent 998469141a
commit 309ebde985
11 changed files with 2283 additions and 11 deletions

View File

@@ -230,6 +230,7 @@ function TestTouchEvents:testEventHandler_MultiTouch()
local element = FlexLove.new({
width = 200,
height = 200,
multiTouchEnabled = true,
onEvent = function(el, event)
table.insert(touchEvents, event)
end,