GuiContext

open class GuiContext(source)

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

Constructors

Link copied to clipboard
constructor(root: GuiComponent)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The root element of this GuiContext

Functions

Link copied to clipboard
open fun onAfterClose()
Link copied to clipboard
Link copied to clipboard
open fun requestClose()
Link copied to clipboard
open fun setFocusedElement(focusedElement: GuiComponent)