Catos Engine (Source) 0.0.1
Lightweight Game engine
Loading...
Searching...
No Matches
catos::Window Class Reference

#include <window.h>

Public Member Functions

 Window (WindowCreationInfo &creationInfo)
 
 ~Window ()
 
bool should_window_close ()
 
void update ()
 
GLFWwindow * get_glfw_window ()
 

Static Public Member Functions

static math::Vector2 getMonitorSize ()
 

Friends

class App
 

Constructor & Destructor Documentation

◆ Window()

Window::Window ( catos::WindowCreationInfo & creationInfo)

◆ ~Window()

Window::~Window ( )

Member Function Documentation

◆ get_glfw_window()

GLFWwindow * Window::get_glfw_window ( )

◆ getMonitorSize()

math::Vector2 Window::getMonitorSize ( )
static

◆ should_window_close()

bool Window::should_window_close ( )

◆ update()

void Window::update ( )

Friends And Related Symbol Documentation

◆ App

friend class App
friend

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