mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 08:07:17 +07:00
touchable dummy bubbling and capturing flags
This commit is contained in:
@@ -10,7 +10,13 @@ local touchable = {
|
||||
touched = false,
|
||||
|
||||
---@type boolean
|
||||
under_mouse = false
|
||||
under_mouse = false,
|
||||
|
||||
---@type boolean
|
||||
bubbling = true,
|
||||
|
||||
---@type boolean
|
||||
capturing = true
|
||||
}
|
||||
|
||||
---@overload fun(self: touchable)
|
||||
|
||||
Reference in New Issue
Block a user