#include <RmlUi_Platform_GLFW.h>
◆ SystemInterface_GLFW()
| SystemInterface_GLFW::SystemInterface_GLFW |
( |
| ) |
|
◆ ~SystemInterface_GLFW()
| SystemInterface_GLFW::~SystemInterface_GLFW |
( |
| ) |
|
◆ GetClipboardText()
| void SystemInterface_GLFW::GetClipboardText |
( |
Rml::String & |
text | ) |
|
|
override |
◆ GetElapsedTime()
| double SystemInterface_GLFW::GetElapsedTime |
( |
| ) |
|
|
override |
◆ SetClipboardText()
| void SystemInterface_GLFW::SetClipboardText |
( |
const Rml::String & |
text | ) |
|
|
override |
◆ SetMouseCursor()
| void SystemInterface_GLFW::SetMouseCursor |
( |
const Rml::String & |
cursor_name | ) |
|
|
override |
◆ SetWindow()
| void SystemInterface_GLFW::SetWindow |
( |
GLFWwindow * |
window | ) |
|
◆ cursor_cross
| GLFWcursor* SystemInterface_GLFW::cursor_cross = nullptr |
|
private |
◆ cursor_move
| GLFWcursor* SystemInterface_GLFW::cursor_move = nullptr |
|
private |
◆ cursor_pointer
| GLFWcursor* SystemInterface_GLFW::cursor_pointer = nullptr |
|
private |
◆ cursor_resize
| GLFWcursor* SystemInterface_GLFW::cursor_resize = nullptr |
|
private |
◆ cursor_text
| GLFWcursor* SystemInterface_GLFW::cursor_text = nullptr |
|
private |
◆ cursor_unavailable
| GLFWcursor* SystemInterface_GLFW::cursor_unavailable = nullptr |
|
private |
◆ window
| GLFWwindow* SystemInterface_GLFW::window = nullptr |
|
private |
The documentation for this class was generated from the following files: