Module technology.sola.engine
Package technology.sola.engine.graphics.gui.elements.input
package technology.sola.engine.graphics.gui.elements.input
This package provides implementations of
GuiElement
that allow for
user interaction.-
ClassesClassDescriptionBaseInputGuiElement provides basic functionality for
GuiElement
s that allow users to interact with them via keyboard or mouse events.ButtonGuiElement is aBaseInputGuiElement
that allows users to interact via clicking the button or using keyboard shortcuts.TextInputGuiElement is aBaseInputGuiElement
that allows users to interact via typing text into the field.TextInputStyles extendsTextStyles
properties adding in extra properties for text input.TextInputStyles.Builder<Self extends TextInputStyles.Builder<Self>>Builder class forTextInputStyles
.