|
Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
|
#include <window.h>

Public Member Functions | |
| void | create () |
| void | saveWindowPositions () |
| bool | shouldClose () |
| void | update () |
Public Attributes | |
| samurai::Context | context = {} |
| Input | input = {} |
| WindowState | windowState = {} |
| std::chrono::steady_clock::time_point | timer = {} |
| void samurai::Window::create | ( | ) |
Definition at line 18 of file window.cpp.


| void samurai::Window::saveWindowPositions | ( | ) |
| bool samurai::Window::shouldClose | ( | ) |
| void samurai::Window::update | ( | ) |
| samurai::Context samurai::Window::context = {} |
| std::chrono::steady_clock::time_point samurai::Window::timer = {} |
| WindowState samurai::Window::windowState = {} |