Home
last modified time | relevance | path

Searched refs:OH_Input_SetKeyPressed (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h409 void OH_Input_SetKeyPressed(struct Input_KeyState* keyState, int32_t keyAction);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Dinput.md92 | void [OH_Input_SetKeyPressed](#oh_input_setkeypressed) (struct [Input_KeyState](#input_keystate) …
3008 ### OH_Input_SetKeyPressed()
3011 void OH_Input_SetKeyPressed (struct Input_KeyState * keyState, int32_t keyAction )
H A Doh__input__manager_8h.md84 | void [OH_Input_SetKeyPressed](input.md#oh_input_setkeypressed) (struct [Input_KeyState](input.md#…
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp94 OH_Input_SetKeyPressed(keyState, 0);
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Dinput.md92 | void [OH_Input_SetKeyPressed](#oh_input_setkeypressed) (struct [Input_KeyState](#input_keystate) …
3008 ### OH_Input_SetKeyPressed()
3011 void OH_Input_SetKeyPressed (struct Input_KeyState * keyState, int32_t keyAction )
H A Doh__input__manager_8h.md84 | void [OH_Input_SetKeyPressed](input.md#oh_input_setkeypressed) (struct [Input_KeyState](input.md#…
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp196 void OH_Input_SetKeyPressed(struct Input_KeyState* keyState, int32_t keyAction) in OH_Input_SetKeyPressed() function