pub unsafe extern "C" fn OH_ArkUI_CoastingAxisEvent_GetPhase(
event: *mut ArkUI_CoastingAxisEvent,
) -> ArkUI_CoastingAxisEventPhaseAvailable on crate features
api-12 and api-22 only.Expand description
Obtains the coasting phase when this coasting event occurs.
§Arguments
event- Indicates the pointer to the coasting axis event.
§Returns
- Returns the event phase, see
ArkUI_CoastingAxisEventPhase; returns ARKUI_COASTING_AXIS_EVENT_PHASE_NONE if any parameter error occurs.
Available since API-level: 22