OH_ArkUI_NodeEvent_GetNodeComponentEvent

Function OH_ArkUI_NodeEvent_GetNodeComponentEvent 

Source
pub unsafe extern "C" fn OH_ArkUI_NodeEvent_GetNodeComponentEvent(
    event: *mut ArkUI_NodeEvent,
) -> *mut ArkUI_NodeComponentEvent
Available on crate feature api-12 only.
Expand description

Obtains the numerical data in a component event.

§Arguments

  • event - Indicates the pointer to the component event.

§Returns

  • Returns the pointer to the numerical data.

Available since API-level: 12