![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
Functions | |
void | set_clipboard (const std::string &contents) noexcept |
Set clipboard contents. | |
std::string | get_clipboard () noexcept |
Get clipboard contents. | |
bool | is_key_mod_down (const KeyMods modifier) noexcept |
See if a key mod is being held down. | |
bool | is_key_down (const Keys key) noexcept |
See if a key is being held down. | |
bool | is_mouse_down (const MouseButton btn) noexcept |
Check if a mouse button was pressed. | |
glm::vec2 | get_cursor_pos () noexcept |
Get current cursor position. | |
|
noexcept |
Set clipboard contents.
contents | UTF-8 string. |
Definition at line 16 of file Clipboard.cpp.
|
nodiscardnoexcept |
Get clipboard contents.
Definition at line 21 of file Clipboard.cpp.
|
nodiscardnoexcept |
|
nodiscardnoexcept |
|
nodiscardnoexcept |