Uses of Class
org.xjge.core.Widget
Package | Description |
---|---|
org.xjge.core |
Contains various classes, objects, and utilities many of which are essential
to the function of the engine.
|
-
Uses of Widget in org.xjge.core
Fields in org.xjge.core declared as Widget Modifier and Type Field Description static Widget
Input. missingGamepad
A widget object provided by the engine that will be rendered anytime an input device is disconnected.Methods in org.xjge.core with parameters of type Widget Modifier and Type Method Description static void
XJGE. addUIWidget(int viewportID, java.lang.String name, Widget widget)
Adds a newWidget
to the specified viewport.