Graphics v0.0.0
A simple abstraction layer for the modern graphics APIs.
|
成员的完整列表,这些成员属于 Input,包括所有继承而来的类成员
get_clipboard() | Input | static |
get_key_by_name(std::string_view name) | Input | static |
get_mouse_by_name(std::string_view name) | Input | static |
get_mouse_position() | Input | static |
is_pressed(Key key) | Input | static |
is_pressed(Mouse key) | Input | static |
set_clipboard(const std::string &str) | Input | static |
set_window(const Window &win) | Input | static |