ZeroZero Game Engine  v0.0
A 3D game engine using Vulkan & Jolt
Public Member Functions | List of all members
Window Class Reference

Detailed Description

Rendering target Window, one per application

Inheritance diagram for Window:
Object

Public Member Functions

auto getWidth () const
 
auto getHeight () const
 
void close ()
 
auto shouldClose () const
 
string toString () const override
 
- Public Member Functions inherited from Object
void connect (const Signal::signal &name, const Signal::Handler &handler)
 
void connect (const Signal::signal &name, const function< void ()> &handler)
 
void emit (const Signal::signal &name, void *params=nullptr)
 

Member Function Documentation

void close ( )
inline

Closes the Window, effectively quitting the application, at the end of the current frame

auto getHeight ( ) const
nodiscardinline

Returns the height of the client area of the Window, in pixels

auto getWidth ( ) const
nodiscardinline

Returns the width of the client area of the Window, in pixels

auto shouldClose ( ) const
nodiscardinline

Returns true if we need to stop the Application main loop and quit the application

string toString ( ) const
nodiscardoverridevirtual

Converts the objet to a readable text

Reimplemented from z0::Object::toString()