Lines Matching refs:Input_Hotkey
54 | typedef void(\* [Input_HotkeyCallback](#input_hotkeycallback)) ([Input_Hotkey](#input_hotkey) \*h…
60 | typedef struct [Input_Hotkey](#input_hotkey) [Input_Hotkey](#input_hotkey) | Defines the shortcut…
167 | [Input_Hotkey](#input_hotkey) \* [OH_Input_CreateHotkey](#oh_input_createhotkey) () | Creates a s…
168 | void [OH_Input_DestroyHotkey](#oh_input_destroyhotkey) ([Input_Hotkey](#input_hotkey) \*\*hotkey)…
169 | void [OH_Input_SetPreKeys](#oh_input_setprekeys) ([Input_Hotkey](#input_hotkey) \*hotkey, int32_t…
170 | [Input_Result](#input_result) [OH_Input_GetPreKeys](#oh_input_getprekeys) (const [Input_Hotkey](#…
171 | void [OH_Input_SetFinalKey](#oh_input_setfinalkey) ([Input_Hotkey](#input_hotkey) \*hotkey, int32…
172 | [Input_Result](#input_result) [OH_Input_GetFinalKey](#oh_input_getfinalkey) (const [Input_Hotkey]…
173 …Input_Hotkey](#input_hotkey) \*\* [OH_Input_CreateAllSystemHotkeys](#oh_input_createallsystemhotke…
174 …t_destroyallsystemhotkeys) ([Input_Hotkey](#input_hotkey) \*\*hotkeys, int32_t count) | Destroys t…
175 …sult) [OH_Input_GetAllSystemHotkeys](#oh_input_getallsystemhotkeys) ([Input_Hotkey](#input_hotkey)…
176 | void [OH_Input_SetRepeat](#oh_input_setrepeat) ([Input_Hotkey](#input_hotkey) \*hotkey, bool isRe…
177 | [Input_Result](#input_result) [OH_Input_GetRepeat](#oh_input_getrepeat) (const [Input_Hotkey](#in…
178 …sult) [OH_Input_AddHotkeyMonitor](#oh_input_addhotkeymonitor) (const [Input_Hotkey](#input_hotkey)…
179 …[OH_Input_RemoveHotkeyMonitor](#oh_input_removehotkeymonitor) (const [Input_Hotkey](#input_hotkey)…
274 ### Input_Hotkey subsection
288 typedef void(* Input_HotkeyCallback) (Input_Hotkey *hotkey)
960 Input_Result OH_Input_AddHotkeyMonitor (const Input_Hotkey * hotkey, Input_HotkeyCallback callback )
1170 Input_Hotkey** OH_Input_CreateAllSystemHotkeys (int32_t count)
1173 Creates an array of [Input_Hotkey](#input_hotkey) instances.
1183 | count | Number of [Input_Hotkey](#input_hotkey) instances to be created. |
1227 Input_Hotkey* OH_Input_CreateHotkey ()
1238 An [Input_Hotkey](#input_hotkey) pointer object if the operation is successful; a null pointer othe…
1312 void OH_Input_DestroyAllSystemHotkeys (Input_Hotkey ** hotkeys, int32_t count )
1315 Destroys the array of [Input_Hotkey](#input_hotkey) instances and reclaims the memory.
1325 | hotkeys | Double pointer to the array of [Input_Hotkey](#input_hotkey) instances. |
1326 | count | Number of [Input_Hotkey](#input_hotkey) instances to be destroyed. |
1374 void OH_Input_DestroyHotkey (Input_Hotkey ** hotkey)
1469 Input_Result OH_Input_GetAllSystemHotkeys (Input_Hotkey ** hotkey, int32_t * count )
1482 | hotkey | An array of [Input_Hotkey](#input_hotkey) instances. When calling this API for the first…
1882 Input_Result OH_Input_GetFinalKey (const Input_Hotkey * hotkey, int32_t * finalKeyCode )
2281 Input_Result OH_Input_GetPreKeys (const Input_Hotkey * hotkey, int32_t ** preKeys, int32_t * preKey…
2307 Input_Result OH_Input_GetRepeat (const Input_Hotkey * hotkey, bool * isRepeat )
2594 Input_Result OH_Input_RemoveHotkeyMonitor (const Input_Hotkey * hotkey, Input_HotkeyCallback callba…
2911 void OH_Input_SetFinalKey (Input_Hotkey * hotkey, int32_t finalKey )
3191 void OH_Input_SetPreKeys (Input_Hotkey * hotkey, int32_t * preKeys, int32_t size )
3212 void OH_Input_SetRepeat (Input_Hotkey * hotkey, bool isRepeat )