Nexus Engine  v0.0.1
Loading...
Searching...
No Matches
Nexus::Window Class Referenceexport

Public Member Functions

 Window (const std::string_view &title)
 ~Window ()
 Window (const Window &)=delete
Windowoperator= (const Window &)=delete
bool ShouldClose () const
void DrawFrame ()
void PollEvents () const
int GetWidth () const
int GetHeight () const

Constructor & Destructor Documentation

◆ Window() [1/2]

Nexus::Window::Window ( const std::string_view & title)

◆ ~Window()

Nexus::Window::~Window ( )

◆ Window() [2/2]

Nexus::Window::Window ( const Window & )
delete

Member Function Documentation

◆ DrawFrame()

void Nexus::Window::DrawFrame ( )

◆ GetHeight()

int Nexus::Window::GetHeight ( ) const

◆ GetWidth()

int Nexus::Window::GetWidth ( ) const

◆ operator=()

Window & Nexus::Window::operator= ( const Window & )
delete

◆ PollEvents()

void Nexus::Window::PollEvents ( ) const

◆ ShouldClose()

bool Nexus::Window::ShouldClose ( ) const

The documentation for this class was generated from the following files: