H A D | oh_input_manager.cpp | 1652 Input_Result OH_Input_GetAllSystemHotkeys(Input_Hotkey **hotkey, int32_t *count) in OH_Input_GetAllSystemHotkeys() argument 1662 void OH_Input_DestroyHotkey(Input_Hotkey **hotkey) in OH_Input_DestroyHotkey() argument 1665 void OH_Input_SetPreKeys(Input_Hotkey *hotkey, int32_t *preKeys, int32_t size) in OH_Input_SetPreKeys() argument 1668 Input_Result OH_Input_GetPreKeys(const Input_Hotkey *hotkey, int32_t **preKeys, int32_t *preKeyCoun… in OH_Input_GetPreKeys() argument 1673 void OH_Input_SetFinalKey(Input_Hotkey *hotkey, int32_t finalKey) in OH_Input_SetFinalKey() argument 1676 Input_Result OH_Input_GetFinalKey(const Input_Hotkey *hotkey, int32_t *finalKeyCode) in OH_Input_GetFinalKey() argument 1681 void OH_Input_SetRepeat(Input_Hotkey* hotkey, bool isRepeat) in OH_Input_SetRepeat() argument 1684 Input_Result OH_Input_GetRepeat(const Input_Hotkey* hotkey, bool *isRepeat) in OH_Input_GetRepeat() argument 1689 Input_Result OH_Input_AddHotkeyMonitor(const Input_Hotkey* hotkey, Input_HotkeyCallback callback) in OH_Input_AddHotkeyMonitor() argument 1694 Input_Result OH_Input_RemoveHotkeyMonitor(const Input_Hotkey *hotkey, Input_HotkeyCallback callback) in OH_Input_RemoveHotkeyMonitor() argument
|