StevEngine
StevEngine is a customizable C++ game engine.
Loading...
Searching...
No Matches
StevEngine::EngineDrawEvent Class Reference

Event triggered when frame should be drawn. More...

#include <main/EngineEvents.hpp>

Inheritance diagram for StevEngine::EngineDrawEvent:
StevEngine::Event

Public Member Functions

const std::string GetEventType () const override
 Get type identifier for this event.
 

Static Public Member Functions

static const std::string GetStaticEventType ()
 

Detailed Description

Event triggered when frame should be drawn.

Member Function Documentation

◆ GetEventType()

const std::string StevEngine::EngineDrawEvent::GetEventType ( ) const
inlineoverridevirtual

Get type identifier for this event.

Returns
String identifier for event type

Implements StevEngine::Event.


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