#include <window.hpp>
◆ EventCallbackFunc
◆ Window()
jng::Window::Window |
( |
const char * |
title, |
|
|
u32 |
width, |
|
|
u32 |
height |
|
) |
| |
◆ ~Window()
◆ create()
◆ getEventCallback()
◆ getGraphicsContext()
◆ getHeight()
u32 jng::Window::getHeight |
( |
| ) |
const |
|
inline |
◆ getNativeWindowHandle()
GLFWwindow * jng::Window::getNativeWindowHandle |
( |
| ) |
const |
|
inline |
◆ getWidth()
u32 jng::Window::getWidth |
( |
| ) |
const |
|
inline |
◆ isMinimized()
bool jng::Window::isMinimized |
( |
| ) |
const |
|
inline |
◆ onUpdate()
void jng::Window::onUpdate |
( |
| ) |
|
◆ setEventCallback()
◆ setTitle()
void jng::Window::setTitle |
( |
const char * |
title | ) |
|
The documentation for this class was generated from the following files: