OH_Input_CreateAxisEvent

Function OH_Input_CreateAxisEvent 

Source
pub unsafe extern "C" fn OH_Input_CreateAxisEvent() -> *mut Input_AxisEvent
Available on crate feature api-12 only.
Expand description

Creates an axis event object.

ยงReturns

  • If the operation is successful, a Input_AxisEvent object is returned. If the operation fails, null is returned.

Required System Capabilities: SystemCapability.MultimodalInput.Input.Core

Available since API-level: 12