Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h419 int32_t OH_Input_GetKeyPressed(const struct Input_KeyState* keyState);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Dinput.md93 | int32_t [OH_Input_GetKeyPressed](#oh_input_getkeypressed) (const struct [Input_KeyState](#input_k…
2046 ### OH_Input_GetKeyPressed()
2049 int32_t OH_Input_GetKeyPressed (const struct Input_KeyState * keyState)
H A Doh__input__manager_8h.md85 | int32_t [OH_Input_GetKeyPressed](input.md#oh_input_getkeypressed) (const struct [Input_KeyState](…
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp95 int32_t keyAction = OH_Input_GetKeyPressed(keyState);
128 EXPECT_EQ(OH_Input_GetKeyPressed(keyState), KEY_RELEASED);
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Dinput.md93 | int32_t [OH_Input_GetKeyPressed](#oh_input_getkeypressed) (const struct [Input_KeyState](#input_k…
2046 ### OH_Input_GetKeyPressed()
2049 int32_t OH_Input_GetKeyPressed (const struct Input_KeyState * keyState)
H A Doh__input__manager_8h.md85 | int32_t [OH_Input_GetKeyPressed](input.md#oh_input_getkeypressed) (const struct [Input_KeyState](…
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp202 int32_t OH_Input_GetKeyPressed(const struct Input_KeyState* keyState) in OH_Input_GetKeyPressed() function