OH_Input_SetFinalKey

Function OH_Input_SetFinalKey 

Source
pub unsafe extern "C" fn OH_Input_SetFinalKey(
    hotkey: *mut Input_Hotkey,
    finalKey: i32,
)
Available on crate feature api-14 only.
Expand description

Sets a modified key.

ยงArguments

  • hotkey - Hotkey key object.

  • finalKey - Modified key. Only one modified key is supported.

Required System Capabilities: SystemCapability.MultimodalInput.Input.Core

Available since API-level: 14