![]() |
Nexus Engine
v0.0.1
|
Public Member Functions | |
| Window (const std::string_view &title) | |
| ~Window () | |
| Window (const Window &)=delete | |
| Window & | operator= (const Window &)=delete |
| bool | ShouldClose () const |
| void | DrawFrame () |
| void | PollEvents () const |
| int | GetWidth () const |
| int | GetHeight () const |
| Nexus::Window::Window | ( | const std::string_view & | title | ) |
| Nexus::Window::~Window | ( | ) |
|
delete |
| void Nexus::Window::DrawFrame | ( | ) |
| int Nexus::Window::GetHeight | ( | ) | const |
| int Nexus::Window::GetWidth | ( | ) | const |
| void Nexus::Window::PollEvents | ( | ) | const |
| bool Nexus::Window::ShouldClose | ( | ) | const |