matf-rg-engine  1.0.0
Base for project for the Computer Graphics course at Faculty of Mathematics, University of Belgrade
Classes | Namespaces
PlatformEventObserver.hpp File Reference

Defines the PlatformEventObserver class that serves as the interface for platform-specific event observers. More...

#include <engine/platform/Input.hpp>
Include dependency graph for PlatformEventObserver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  engine::platform::PlatformEventObserver
 Platform events callback object. Extend this class and override the methods you want to be called by the engine::platform::PlatformController, then register an instance with engine::platform::PlatformController::register_platform_event_observer. More...
 

Namespaces

 engine
 
 engine::platform
 

Detailed Description

Defines the PlatformEventObserver class that serves as the interface for platform-specific event observers.