Shared state for the UI system.
More...
#include <context.h>
|
| | Context ()=default |
| | Default constructor.
|
| |
Shared state for the UI system.
Definition at line 75 of file context.h.
◆ Context()
| asw::ui::Context::Context |
( |
| ) |
|
|
default |
◆ focus
The focus manager.
Definition at line 85 of file context.h.
◆ hover
| Widget* asw::ui::Context::hover = nullptr |
The widget currently being hovered.
Definition at line 91 of file context.h.
◆ need_focus_rebuild
| bool asw::ui::Context::need_focus_rebuild = true |
Whether the focus list needs to be rebuilt.
Definition at line 97 of file context.h.
◆ pointer_capture
| Widget* asw::ui::Context::pointer_capture = nullptr |
The widget that has captured pointer input.
Definition at line 88 of file context.h.
◆ pointer_down
| bool asw::ui::Context::pointer_down = false |
Whether the pointer is currently down.
Definition at line 94 of file context.h.
◆ theme
| Theme asw::ui::Context::theme |
The current UI theme.
Definition at line 82 of file context.h.
The documentation for this class was generated from the following file: