AireEngine
A 3D Open-World Game Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Aire::Event Struct Reference

#include <event.h>

Inheritance diagram for Aire::Event:
Inheritance graph
[legend]
Collaboration diagram for Aire::Event:
Collaboration graph
[legend]

Public Member Functions

 Event (const std::string &eventType)
 

Public Attributes

std::string type
 Type of the event. Serves as event identifier. Case sensitive.
 

Detailed Description

Class to wrap an event instance. Use this when dispatching new events. Inherit from this class if you want to pass additional arguments with the event.


The documentation for this struct was generated from the following file: