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

Event triggered when fullscreen mode changes. More...

#include <main/EngineEvents.hpp>

Inheritance diagram for StevEngine::WindowFullscreenEvent:
StevEngine::Event

Public Member Functions

 WindowFullscreenEvent (bool value)
 Create fullscreen change event.
 
const std::string GetEventType () const override
 Get type identifier for this event.
 

Static Public Member Functions

static const std::string GetStaticEventType ()
 

Public Attributes

bool value
 Whether fullscreen is enabled.
 

Detailed Description

Event triggered when fullscreen mode changes.

Constructor & Destructor Documentation

◆ WindowFullscreenEvent()

StevEngine::WindowFullscreenEvent::WindowFullscreenEvent ( bool value)
inline

Create fullscreen change event.

Parameters
valueNew fullscreen state

Member Function Documentation

◆ GetEventType()

const std::string StevEngine::WindowFullscreenEvent::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: