GuiImmediateContext
A context containing the constraints of a gui elements, as well as the state of the user interface, relative to that gui element.
Constructors
Properties
The position of the mouse, relative to the root element.
The position of the mouse, relative to the root element.
The current absolute offset for this gui context. This should not need to be accessed, unless you are contacting some API that does not access GlStateManager.
The current absolute offset for this gui context. This should not need to be accessed, unless you are contacting some API that does not access GlStateManager.
Functions
Construct a new context, which has not been translated, but possible smaller if the arguments demand so.
Construct a new context representing that is located within this context.
Construct a new context representing that is located within this context. Does not translate the rendering offset.
Construct a new context that bleeds out over the boundaries of the existing context. This is usually used for more fuzzy click detection.