OH_Input_DestroyKeyEvent

Function OH_Input_DestroyKeyEvent 

Source
pub unsafe extern "C" fn OH_Input_DestroyKeyEvent(
    keyEvent: *mut *mut Input_KeyEvent,
)
Available on crate feature api-12 only.
Expand description

Destroys a key event object.

ยงArguments

  • keyEvent - Key event object.

Required System Capabilities: SystemCapability.MultimodalInput.Input.Core

Available since API-level: 12