pub unsafe extern "C" fn OH_Input_DestroyAxisEvent(
axisEvent: *mut *mut Input_AxisEvent,
) -> Input_ResultAvailable on crate feature
api-12 only.Expand description
Destroys an axis event object.
§Arguments
axisEvent- Pointer to the axis event object.
§Returns
- OH_Input_DestroyAxisEvent function result code.
[
INPUT_SUCCESS] Destroys axisEvent success.
[INPUT_PARAMETER_ERROR]The axisEvent is NULL or the *axisEvent is NULL.
Required System Capabilities: SystemCapability.MultimodalInput.Input.Core
Available since API-level: 12