h2d.ui
.. | |
---|---|
Button | Primitive Button with label. Can be used for fast UI creation for debugging purposes. |
ButtonFlags | |
ButtonState | |
Checkbox | Primitive checkbox. Can be used for fast UI creation for debugging purposes. |
CustomButton | When regular Interactive is too little, but SimpleButton is too inflexible. Write your own state view!
Class handles keeping track of current button state as well as lets you simulate the state.
More specific behavior can be achieved by using flags.
All View have to do is implement |
DevOverlay | |
DevUI | |
EventInteractive | Simple wrapper to Interactive that allows multiple subscriptions to on events. Overriding on functions still possible. |
FPS | Primitive FPS counter. Adapted from openfl.display.FPS |
Label | |
ManifestProgress | |
RadioButton | Primitive radio button. Can be used for fast UI creation for debugging purposes. |
ScrollArea | Scrollable container. |
ScrollText | Vertically scrollable text container. Useful for creation of walls of text. |
SimpleButton | A simple button with simple premade 4 states. Based on openfl.display.SimpleButton design. |