Class App¶
Defined in File app.hpp
Class Documentation¶
-
class
DrakoEngine::App¶ Entry point class of a Game/Application.
Public Types
Public Functions
-
App()¶
-
~App()¶
-
void
HandleEvent(sf::Event const &event)¶ Handles individual events.
-
void
Update()¶ Updates game or application state once per game loop.
-
void
Render()¶ Renders graphics to the screen.
Protected Functions
-