OH_ArkUI_KeyEvent_Dispatch

Function OH_ArkUI_KeyEvent_Dispatch 

Source
pub unsafe extern "C" fn OH_ArkUI_KeyEvent_Dispatch(
    node: ArkUI_NodeHandle,
    event: *const ArkUI_UIInputEvent,
)
Available on crate features api-14 and api-15 only.
Expand description

Dispatch key event to a specific component node.

ยงArguments

  • node - Indicates the pointer to a component node.

  • event - Pointer to an ArkUI_UIInputEvent object.

Available since API-level: 15