Abstract
Protected
actionsProtected
bindingProtected
commonProtected
configsProtected
cursorProtected
cursorProtected
deviceProtected
inputsProtected
keysProtected
layoutProtected
localProtected
modeProtected
navigationProtected
navigationProtected
optionProtected
optionsProtected
optionsProtected
optionProtected
rowsProtected
scrollProtected
scrollProtected
settingProtected
settingProtected
settingProtected
settingProtected
settingProtected
settingsProtected
textureProtected
titleClear the UI elements and state.
To be implemented by individual handlers when necessary to free memory Called when BattleScene is reset
Erase the cursor from the UI.
Process the input for the given button.
The button to process.
true
if the input was processed successfully.
Abstract
saveSet the cursor to the specified position.
The cursor position to set.
true
if the cursor was set successfully.
Set the UI layout for the active device configuration.
The active device configuration.
true
if the layout was successfully applied, otherwise false
.
Protected
setChanges the style of the mouse cursor.
cursor style to apply
Set the option cursor to the specified position.
The index of the setting.
The cursor position to set.
Optional
save: booleanWhether to save the setting to local storage.
true
if the option cursor was set successfully.
Set the scroll cursor to the specified position.
The scroll cursor position to set.
true
if the scroll cursor was set successfully.
Abstract
setSetup UI elements.
Show the UI with the provided arguments.
Arguments to be passed to the show method.
true
if successful.
Update the bindings for the current active device configuration.
Update the scroll position of the settings UI.
Abstract class for handling UI elements related to control settings.