![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <InputHandler.h>
Public Member Functions | |
InputHandler (InputAggregatorInterface &eventListener, Application &app) noexcept | |
![]() | |
SDLEventListener () noexcept | |
virtual | ~SDLEventListener () |
virtual bool | onSDLEvent (SDL_Event event)=0 |
U64 | listenerID () const noexcept |
Protected Member Functions | |
bool | onSDLEvent (SDL_Event event) override |
Protected Attributes | |
Application & | _app |
InputAggregatorInterface & | _eventListener |
Definition at line 46 of file InputHandler.h.
|
explicitnoexcept |
Definition at line 11 of file InputHandler.cpp.
|
overrideprotectedvirtual |
Implements Divide::SDLEventListener.
Definition at line 49 of file InputHandler.cpp.
|
protected |
Definition at line 54 of file InputHandler.h.
|
protected |
Definition at line 55 of file InputHandler.h.