UIContext
class UIContext {
nothrow @nogc
DirtyRectList dirtyList;
}
A destructor is present on this object, but not explicitly documented in the source.
- dragged
UIElement dragged;
Currently dragged element.
- focused
UIElement focused;
- skybox
Mipmap!RGBA skybox;
UI global image used for environment reflections.
UIContext contains the "globals" of the UI - current focused element - current dragged element - images and fonts...