UIContext

UIContext contains the "globals" of the UI - current focused element - current dragged element - images and fonts...

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Variables

dragged
UIElement dragged;

Currently dragged element.

focused
UIElement focused;

Last clicked element.

skybox
Mipmap!RGBA skybox;

UI global image used for environment reflections.

Meta