pub type EventBatch = GPooled<Vec<(Id, Event)>>;
A batch of events delivered to the EventHandler.
EventHandler
pub struct EventBatch { /* private fields */ }