Skip to content

UIDropdown.ConfirmKeyboardSelection() Method

Definition

Namespace: Brine2D.UI

Selects the item currently under the keyboard cursor and closes the list. Called by UICanvas when Enter/Space is pressed while the dropdown is expanded and focused.

C#
internal void ConfirmKeyboardSelection();