Home
last modified time | relevance | path

Searched refs:hotkeys (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-inputconsumer.md47 console.log(`List of system hotkeys : ${JSON.stringify(data)}`);
74 ….getAllSystemHotkeys](#inputconsumergetallsystemhotkeys14) interface to query all system hotkeys. |
H A Dinput.md174 …s](#oh_input_destroyallsystemhotkeys) ([Input_Hotkey](#input_hotkey) \*\*hotkeys, int32_t count) |…
1312 void OH_Input_DestroyAllSystemHotkeys (Input_Hotkey ** hotkeys, int32_t count )
1325 | hotkeys | Double pointer to the array of [Input_Hotkey](#input_hotkey) instances. |
H A Doh__input__manager_8h.md166 …nput_destroyallsystemhotkeys) ([Input_Hotkey](input.md#input_hotkey) \*\*hotkeys, int32_t count) |…
/ohos5.0/docs/zh-cn/application-dev/device/input/
H A Dinputconsumer-guidelines.md60 console.log(`List of system hotkeys : ${JSON.stringify(data)}`);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Djs-apis-inputconsumer.md55 console.log(`List of system hotkeys : ${JSON.stringify(data)}`);
H A Dinput.md174 …s](#oh_input_destroyallsystemhotkeys) ([Input_Hotkey](#input_hotkey) \*\*hotkeys, int32_t count) |…
1312 void OH_Input_DestroyAllSystemHotkeys (Input_Hotkey ** hotkeys, int32_t count )
1325 | hotkeys | 指向[Input_Hotkey](#input_hotkey)实例数组的双指针。 |
H A Doh__input__manager_8h.md166 …nput_destroyallsystemhotkeys) ([Input_Hotkey](input.md#input_hotkey) \*\*hotkeys, int32_t count) |…
/ohos5.0/docs/en/application-dev/device/input/
H A Dinputconsumer-guidelines.md61 console.log(`List of system hotkeys : ${JSON.stringify(data)}`);
/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h1360 void OH_Input_DestroyAllSystemHotkeys(Input_Hotkey **hotkeys, int32_t count);
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp1649 void OH_Input_DestroyAllSystemHotkeys(Input_Hotkey **hotkeys, int32_t count) in OH_Input_DestroyAllSystemHotkeys() argument