menu
sdl2ui package
documentation
sdl2ui/node.dart
Node
addEvent method
addEvent method
dark_mode
light_mode
addEvent
method
void
addEvent
(
Event
<
EventManager
>
event
, {
Node
?
owner
,
})
Implementation
void addEvent(ui.Event event, {Node? owner}) { owner ??= this; _waitEventList.add(event); }
sdl2ui package
documentation
sdl2ui/node
Node
addEvent method
Node class