Definition at line 20 of file glfw.hpp.
◆ close()
| void GlfwDriver::close |
( |
| ) |
|
|
overridevirtual |
◆ create_window()
| void GlfwDriver::create_window |
( |
int |
width, |
|
|
int |
height, |
|
|
const std::string & |
title |
|
) |
| |
|
overridevirtual |
◆ get_height()
| int GlfwDriver::get_height |
( |
| ) |
|
|
overridevirtual |
◆ get_proc_address()
| Window::ProcHandle GlfwDriver::get_proc_address |
( |
| ) |
|
|
overridevirtual |
◆ get_time()
| Time GlfwDriver::get_time |
( |
| ) |
|
|
overridevirtual |
◆ get_width()
| int GlfwDriver::get_width |
( |
| ) |
|
|
overridevirtual |
◆ get_window()
| Window::WindowHandle GlfwDriver::get_window |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
| std::expected< void, std::string > GlfwDriver::initialize |
( |
const Window::Config & |
conf | ) |
|
|
overridevirtual |
◆ is_key_pressed()
| bool GlfwDriver::is_key_pressed |
( |
Key |
key | ) |
|
|
overridevirtual |
◆ make_context_current()
| void GlfwDriver::make_context_current |
( |
| ) |
|
|
overridevirtual |
◆ poll_events()
| void GlfwDriver::poll_events |
( |
| ) |
|
|
overridevirtual |
◆ set_context_version()
| void GlfwDriver::set_context_version |
( |
int |
major, |
|
|
int |
minor |
|
) |
| |
|
overridevirtual |
◆ set_dimensions()
| void GlfwDriver::set_dimensions |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
overridevirtual |
◆ set_hints_apple()
| void GlfwDriver::set_hints_apple |
( |
| ) |
|
|
overridevirtual |
◆ set_key_callback()
| void GlfwDriver::set_key_callback |
( |
void * |
callback | ) |
|
|
overridevirtual |
◆ set_mouse_callback()
| void GlfwDriver::set_mouse_callback |
( |
void * |
callback | ) |
|
|
overridevirtual |
◆ set_mouse_capture()
| void GlfwDriver::set_mouse_capture |
( |
bool |
is_captured | ) |
|
|
overridevirtual |
◆ set_mouse_pos_callback()
| void GlfwDriver::set_mouse_pos_callback |
( |
void * |
callback | ) |
|
|
overridevirtual |
◆ set_size_callback()
| void GlfwDriver::set_size_callback |
( |
void * |
callback | ) |
|
|
overridevirtual |
◆ should_close()
| bool GlfwDriver::should_close |
( |
| ) |
|
|
overridevirtual |
◆ swap_buffers()
| void GlfwDriver::swap_buffers |
( |
| ) |
|
|
overridevirtual |
◆ terminate()
| std::expected< void, std::string > GlfwDriver::terminate |
( |
| ) |
|
|
overridevirtual |
◆ update_dimensions()
| void GlfwDriver::update_dimensions |
( |
| ) |
|
|
overridevirtual |
◆ use_core_profile()
| void GlfwDriver::use_core_profile |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: