Searched refs:OH_Input_GetKeyPressed (Results 1 – 7 of 7) sorted by relevance
419 int32_t OH_Input_GetKeyPressed(const struct Input_KeyState* keyState);
93 | 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)
85 | int32_t [OH_Input_GetKeyPressed](input.md#oh_input_getkeypressed) (const struct [Input_KeyState](…
95 int32_t keyAction = OH_Input_GetKeyPressed(keyState);128 EXPECT_EQ(OH_Input_GetKeyPressed(keyState), KEY_RELEASED);
202 int32_t OH_Input_GetKeyPressed(const struct Input_KeyState* keyState) in OH_Input_GetKeyPressed() function