Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
ECS::Event Namespace Reference

Namespaces

namespace  Internal
 

Classes

class  Event
 
class  EventHandler
 
class  IEvent
 
class  IEventListener
 

Typedefs

using EventTypeId = TypeID
 
using EventTimestamp = TimeStamp
 
using EntityId = util::Handle64
 

Variables

static const EventTypeId INVALID_EVENTTYPE = INVALID_TYPE_ID
 

Typedef Documentation

◆ EntityId

Definition at line 24 of file IEvent.h.

◆ EventTimestamp

Definition at line 23 of file IEvent.h.

◆ EventTypeId

Definition at line 22 of file IEvent.h.

Variable Documentation

◆ INVALID_EVENTTYPE

const EventTypeId ECS::Event::INVALID_EVENTTYPE = INVALID_TYPE_ID
static

Definition at line 25 of file IEvent.h.