|
GPR5100 - Rollback
|
App is an interface for applications that need to init/update/destroy, draw and get event from OS. More...
#include <app.h>


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 |
App is an interface for applications that need to init/update/destroy, draw and get event from OS.