Max OS 0.3
Loading...
Searching...
No Matches
eventHandler.h File Reference

Defines classes for handling events and event managers. More...

#include <cstdint>
#include <common/vector.h>

Go to the source code of this file.

Classes

class  MaxOS::common::Event< EventType >
 Used to store information about an event, has a type and a return value. More...
 
class  MaxOS::common::EventHandler< EventType >
 Used to handle an event. More...
 
class  MaxOS::common::EventManager< EventType >
 Manages the m_handlers for a type of event, raises events and calls the m_handlers. More...
 

Detailed Description

Defines classes for handling events and event managers.

Date
9th October 2023
Author
Max Tyson
Todo:

Event doesnt need to be a class should be a struct

With moving to micro kernel this should be moved to a external lib as not needed

Definition in file eventHandler.h.