Wizard Engine
2D cross-platform game engine built around SDL2
 
Loading...
Searching...
No Matches
window.hpp File Reference

Subsystem to handle game window. More...

Go to the source code of this file.

Classes

class  wze::window
 

Namespaces

namespace  wze
 Wizard Engine.
 

Detailed Description

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.

Author
Zana Domán
Zana Domán
Returns
Width of the game window.
Author
Zana Domán
Returns
Height of the game window.
Author
Zana Domán
Returns
Title of the game window.
Author
Zana Domán
Parameters
titleTitle of the game window.
Author
Zana Domán
Parameters
iconIcon of the game window.
Author
Zana Domán
Returns
True if the game window is visible, false otherwise.
Author
Zana Domán
Returns
True if the game window is focused, false otherwise.

Definition in file window.hpp.