GuiContext

public class GuiContext(source)

A GuiContext manages focus and global state of a collection of gui elements.

Constructors

Link copied to clipboard
public void GuiContext(GuiComponent root)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final GuiComponent root
The root element of this GuiContext

Functions

Link copied to clipboard
public void onAfterClose()
Link copied to clipboard
Link copied to clipboard
public void requestClose()
Link copied to clipboard
public void setFocusedElement(GuiComponent focusedElement)