ZeroZero Game Engine
v0.0
A 3D game engine using Vulkan & Jolt
|
Rendering target Window, one per application
Public Member Functions | |
auto | getWidth () const |
auto | getHeight () const |
void | close () |
auto | shouldClose () const |
string | toString () const override |
![]() | |
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) |
|
inline |
Closes the Window, effectively quitting the application, at the end of the current frame
|
nodiscardinline |
Returns the height of the client area of the Window, in pixels
|
nodiscardinline |
Returns the width of the client area of the Window, in pixels
|
nodiscardinline |
Returns true if we need to stop the Application main loop and quit the application
|
nodiscardoverridevirtual |
Converts the objet to a readable text
Reimplemented from z0::Object::toString()