xecs.EventReader#

class xecs.EventReader[source]#

Bases: Generic[T]

Gives access to events of type T.

Methods

Attributes

events

The events sent since the last time the system was called.

events: list[T]#

The events sent since the last time the system was called.