#include <windowSystem.hpp>
◆ ~Window()
| virtual Shirag::WindowSystem::Window::~Window |
( |
| ) |
|
|
virtualdefault |
◆ Window()
| Shirag::WindowSystem::Window::Window |
( |
Rectangle |
WindowRect, |
|
|
std::string |
Title, |
|
|
bool |
Draggable, |
|
|
bool |
Resizeable, |
|
|
bool |
Shown, |
|
|
int |
Outline, |
|
|
Vector2 |
MaxSize |
|
) |
| |
|
inline |
◆ draw()
◆ update()
| bool Shirag::WindowSystem::Window::update |
( |
bool |
SkipUpdate, |
|
|
std::vector< Shirag::Text::Font > * |
Fonts |
|
) |
| |
|
virtual |
◆ draggable
| bool Shirag::WindowSystem::Window::draggable = false |
◆ maxSize
| Vector2 Shirag::WindowSystem::Window::maxSize = { 99999, 99999 } |
◆ minSize
| Vector2 Shirag::WindowSystem::Window::minSize = { 200, 200 } |
◆ mouseCursorChanged
| bool Shirag::WindowSystem::Window::mouseCursorChanged = false |
◆ onTop
| bool Shirag::WindowSystem::Window::onTop = false |
◆ outline
| float Shirag::WindowSystem::Window::outline = 0.0 |
|
protected |
◆ resizable
| bool Shirag::WindowSystem::Window::resizable = false |
◆ shown
| bool Shirag::WindowSystem::Window::shown = false |
◆ title
| std::string Shirag::WindowSystem::Window::title = "" |
◆ window
| Rectangle Shirag::WindowSystem::Window::window = {} |
The documentation for this class was generated from the following files: