Module native_interface_focus

Module native_interface_focus 

Source
Available on crate feature api-15 only.
Expand description

Provides focus capabilities of ArkUI on the native side, such as focus transfer operations.

Structs§

ArkUI_KeyProcessingMode
Determines the priority of key event processing when component cannot handle the key event.

Functions§

OH_ArkUI_FocusActivate
Set the focus active state in current window, the focus node would show its focus box.
OH_ArkUI_FocusClear
Clear current focus to root scope.
OH_ArkUI_FocusRequest
Apply focus for a specific node.
OH_ArkUI_FocusSetAutoTransfer
Set the focus transfer behaviour when current focus view changes.
OH_ArkUI_FocusSetKeyProcessingMode
Set the priority of key event processing when component cannot handle the key event.