AlignComponent
Constructors
Functions
Walk over the direct children of this element. A gui element that composites other gui elements should override this method. By default, the initial element is returned without change.
Walk the scene tree of this gui element, including children of children. By default, the visitor is called with only this element.
Called by the parent renderer.
Called by the parent renderer.
This method is called by the gui context when an element gains focus. This does only get called if this element specifically is being focused.
This method is called by the gui context when an element loses focus. This does only get called if this element specifically was focused.
Called by the parent renderer. The GL matrix stack is pre-transformed, so rendering can begin at (0, 0)
and should not render beyond what the context says is available.
Call this method to request focus in the current gui context.