R-Type
R-Type project
KapEngine::Events::EventManager Class Reference

Event manager. More...

#include <EventManager.hpp>

Public Member Functions

 EventManager (KEngine &engine)
 
KEnginegetEngine ()
 Get the engine. More...
 
InputgetInput ()
 Get input intels. More...
 
MousegetMouse ()
 Get mouse intels. More...
 
void __update ()
 update event manager More...
 

Detailed Description

Event manager.

Manage all events from engine

Member Function Documentation

◆ __update()

void KapEngine::Events::EventManager::__update ( )

update event manager

Warning
Do not use this function, it will be called by the engine

◆ getEngine()

KEngine & KapEngine::Events::EventManager::getEngine ( )
inline

Get the engine.

Returns
KapEngine::KEngine &

◆ getInput()

Input & KapEngine::Events::EventManager::getInput ( )
inline

Get input intels.

Returns
KapEngine::Events::Input &

◆ getMouse()

Mouse & KapEngine::Events::EventManager::getMouse ( )
inline

Get mouse intels.

Returns
KapEngine::Events::Mouse &

The documentation for this class was generated from the following files: