Inheritance diagram for nrEngine::Event:
Protected Member Functions | |
Event (Priority prior) |
Event is a base untemplated class. Each new type of event should be derived from the templated event class EventT, which does store some runtime type information about the event.
Definition at line 46 of file Event.h.
nrEngine::Event::Event | ( | Priority | prior | ) | [protected] |
Create new instance of a base class Event.
prior | Set priority for this event |