SleakEngine 1.0.0
C++23 multi-backend game engine
Loading...
Searching...
No Matches
Sleak::Events::WindowFullScreen Class Reference

#include <ApplicationEvent.hpp>

Inheritance diagram for Sleak::Events::WindowFullScreen:

Public Member Functions

 WindowFullScreen (bool bIsFullScreen)
virtual int GetCategoryFlags () const override
virtual EventType GetEventType () const override
bool GetFullscreen () const
virtual const char * GetName () const override
Public Member Functions inherited from Sleak::Event
 Event ()
virtual ~Event ()=default
bool IsInCategory (EventCategory category)
virtual std::string ToString () const

Static Public Member Functions

static EventType GetStaticType ()

Additional Inherited Members

Public Attributes inherited from Sleak::Event
bool Handled = false

Detailed Description

Fired when the window enters or leaves fullscreen mode.

Definition at line 43 of file ApplicationEvent.hpp.

Constructor & Destructor Documentation

◆ WindowFullScreen()

Sleak::Events::WindowFullScreen::WindowFullScreen ( bool bIsFullScreen)
inline

Definition at line 45 of file ApplicationEvent.hpp.

Member Function Documentation

◆ GetCategoryFlags()

virtual int Sleak::Events::WindowFullScreen::GetCategoryFlags ( ) const
inlineoverridevirtual

Implements Sleak::Event.

Definition at line 48 of file ApplicationEvent.hpp.

◆ GetEventType()

virtual EventType Sleak::Events::WindowFullScreen::GetEventType ( ) const
inlineoverridevirtual

Implements Sleak::Event.

Definition at line 47 of file ApplicationEvent.hpp.

◆ GetFullscreen()

bool Sleak::Events::WindowFullScreen::GetFullscreen ( ) const
inline

Definition at line 50 of file ApplicationEvent.hpp.

◆ GetName()

virtual const char * Sleak::Events::WindowFullScreen::GetName ( ) const
inlineoverridevirtual

Implements Sleak::Event.

Definition at line 47 of file ApplicationEvent.hpp.

◆ GetStaticType()

EventType Sleak::Events::WindowFullScreen::GetStaticType ( )
inlinestatic

Definition at line 47 of file ApplicationEvent.hpp.