Home
last modified time | relevance | path

Searched defs:hotkey (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp1652 Input_Result OH_Input_GetAllSystemHotkeys(Input_Hotkey **hotkey, int32_t *count) in OH_Input_GetAllSystemHotkeys()
1662 void OH_Input_DestroyHotkey(Input_Hotkey **hotkey) in OH_Input_DestroyHotkey()
1665 void OH_Input_SetPreKeys(Input_Hotkey *hotkey, int32_t *preKeys, int32_t size) in OH_Input_SetPreKeys()
1668 Input_Result OH_Input_GetPreKeys(const Input_Hotkey *hotkey, int32_t **preKeys, int32_t *preKeyCoun… in OH_Input_GetPreKeys()
1673 void OH_Input_SetFinalKey(Input_Hotkey *hotkey, int32_t finalKey) in OH_Input_SetFinalKey()
1676 Input_Result OH_Input_GetFinalKey(const Input_Hotkey *hotkey, int32_t *finalKeyCode) in OH_Input_GetFinalKey()
1681 void OH_Input_SetRepeat(Input_Hotkey* hotkey, bool isRepeat) in OH_Input_SetRepeat()
1684 Input_Result OH_Input_GetRepeat(const Input_Hotkey* hotkey, bool *isRepeat) in OH_Input_GetRepeat()
1689 Input_Result OH_Input_AddHotkeyMonitor(const Input_Hotkey* hotkey, Input_HotkeyCallback callback) in OH_Input_AddHotkeyMonitor()
1694 Input_Result OH_Input_RemoveHotkeyMonitor(const Input_Hotkey *hotkey, Input_HotkeyCallback callback) in OH_Input_RemoveHotkeyMonitor()