Subsystem to handle game window. More...
Go to the source code of this file.
Classes | |
class | wze::window |
Namespaces | |
namespace | wze |
Wizard Engine. | |
Subsystem to handle game window.
Returns true if the game window is focused, false otherwise.
Returns true if the game window is visible, false otherwise.
Sets the icon of the game window.
Sets the title of the game window.
Returns the title of the game window.
Returns the height of the game window.
Returns the width of the game window.
Private default constructor to prevent instantiation.
title | Title of the game window. |
icon | Icon of the game window. |
Definition in file window.hpp.