OffscreenFlags

Description

Supported Script Types: Interface Scripts • Client Entity Scripts • Avatar Scripts

The OffscreenFlags API enables gamepad joystick navigation of UI.

This API currently has no effect and is not used.

Properties

Name Type Summary
navigationFocused boolean

true if UI has joystick navigation focus, false if it doesn't.

navigationFocusDisabled boolean

true if UI joystick navigation focus is disabled, false if it isn't.

Signals

Name Summary
navigationFocusDisabledChanged

Triggered when the value of the navigationFocusDisabled property changes.

navigationFocusedChanged

Triggered when the value of the navigationFocused property changes.

Signal Details

navigationFocusDisabledChanged( )
Returns: Signal

Triggered when the value of the navigationFocusDisabled property changes.

navigationFocusedChanged( )
Returns: Signal

Triggered when the value of the navigationFocused property changes.