updateEvents method

void updateEvents()

Advances all event channels, reclaiming consumed events. Call once per frame at a safe boundary (typically frame start).

Implementation

void updateEvents() => world.updateEvents();