matf-rg-engine 1.0.0
Base for project for the Computer Graphics course at Faculty of Mathematics, University of Belgrade
Loading...
Searching...
No Matches
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 PlatformController, then register an instance with PlatformController::register_observer. More...
 

Namespaces

namespace  engine
 
namespace  engine::platform
 

Detailed Description

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