pub unsafe extern "C" fn OH_ArkUI_PointerEvent_GetPointerCount(
event: *const ArkUI_UIInputEvent,
) -> u32Available on crate feature
api-12 only.Expand description
@brief Obtains the number of touch points from a directional input event (such as a touch event, mouse event, or axis event).
@param event Indicates the pointer to the current UI input event. @return Returns the number of touch points for the directional input event. @since 12