Graphics v0.0.0
A simple abstraction layer for the modern graphics APIs.
载入中...
搜索中...
未找到
Window 成员列表

成员的完整列表,这些成员属于 Window,包括所有继承而来的类成员

deinit() (定义于 Window)Windowstatic
get_cursor_position() constWindow
get_handle() constWindow
get_position() constWindow
get_size() constWindow
init() (定义于 Window)Windowstatic
is_cursor_lock() constWindow
is_floating() const noexceptWindow
is_fullscreen() const noexceptWindow
is_resizable() const noexceptWindow
is_visible() const noexceptWindow
onCloseWindow
onDropWindow
onFocusWindow
onKeyWindow
onMouseWindow
onMouseEnterWindow
onMouseMoveWindow
onResizeWindow
onScrollWindow
request_focus()Window
set_cursor_lock(bool enable)Window
set_cursor_position(const Vector2i &pos)Window
set_floating(bool enable)Window
set_fullscreen(bool fullscreen)Window
set_icon(const Image &image)Window
set_position(const Vector2i &pos)Window
set_raw_mouse_motion(bool enable)Window
set_resizable(bool enable)Window
set_size(const Vector2i &size)Window
set_title(std::string_view title)Window
set_visible(bool visible)Window
set_vsync(bool enable) noexceptWindow
update()Window
Window(std::string_view title, const Vector2i &size)Window
~Window()Windowvirtual