LittleJS User Interface Plugin
- call new UISystemPlugin() to setup the UI system
- Gamepad and keyboard navigation support
- Nested Menus
- Text
- Buttons
- Checkboxes
- Images
- Scrollbars
- Video
- Source
Classes
Members
(static) uiDebug :number
Enable UI system debug drawing 0=off, 1=normal, 2=show invisible
Type:
- number
- Source
(static) uiSystem :UISystemPlugin
Global UI system plugin object
Type:
- UISystemPlugin
- Source
Methods
(static) uiSetDebug(debugMode)
Enable UI system debug drawing 0=off, 1=normal, 2=show invisible
Parameters:
| Name | Type | Description |
|---|---|---|
debugMode | number | |
- Source
Type Definitions
DragAndDropCallback(event)
Parameters:
| Name | Type | Description |
|---|---|---|
event | DragEvent | The drag event |
- Source