libes  0.5.3
an Entity System library for C++
Static Public Attributes | List of all members
es::Event Struct Reference

An event. More...

#include <es/Event.h>

Static Public Attributes

static const EventType type = 0
 

Detailed Description

An event.

This structure is empty and must be the father of all events. An event must have a class variable to indicate its type.

Member Data Documentation

const EventType es::Event::type = 0
static

The default (invalid) event type.