EventType

EventType

Represents a type of event. Every Event has an EventType and Signal(s)-handlers register to one or more of these types to handle

final
class EventType {}

Constructors

this
this(ulong id)

Instantiates a new EventType with the given id

Members

Functions

getID
ulong getID()

Returns the id of this EventType

Meta