Skip to content

UICanvas.ActivateFocusedWidget(IInputContext, bool, bool, bool) Method

Definition

Namespace: Brine2D.UI

Activates or nudges the focused widget. Shared by keyboard and gamepad paths.

C#
private bool ActivateFocusedWidget(Brine2D.Input.IInputContext input, bool activate, bool nudgeLeft, bool nudgeRight);

Parameters

input IInputContext

activate System.Boolean

nudgeLeft System.Boolean

nudgeRight System.Boolean

Returns

System.Boolean