GPR5100 - Rollback
Loading...
Searching...
No Matches
List of all members
core::App Class Reference

App is an interface for applications that need to init/update/destroy, draw and get event from OS. More...

#include <app.h>

Inheritance diagram for core::App:
Inheritance graph
[legend]
Collaboration diagram for core::App:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from core::DrawInterface
virtual void Draw (sf::RenderTarget &renderTarget)=0
 
- Public Member Functions inherited from core::DrawImGuiInterface
virtual void DrawImGui ()=0
 
- Public Member Functions inherited from core::SystemInterface
virtual void Begin ()=0
 
virtual void Update (sf::Time dt)=0
 
virtual void End ()=0
 
- Public Member Functions inherited from core::OnEventInterface
virtual void OnEvent (const sf::Event &event)=0
 

Detailed Description

App is an interface for applications that need to init/update/destroy, draw and get event from OS.


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