Lines Matching refs:Input_KeyState

44 | typedef struct [Input_KeyState](#input_keystate) [Input_KeyState](#input_keystate) | 定义按键信息,用于标识按…
87 …input_result) [OH_Input_GetKeyState](#oh_input_getkeystate) (struct [Input_KeyState](#input_keysta…
88 | struct [Input_KeyState](#input_keystate) \* [OH_Input_CreateKeyState](#oh_input_createkeystate) (…
89 | void [OH_Input_DestroyKeyState](#oh_input_destroykeystate) (struct [Input_KeyState](#input_keysta…
90 | void [OH_Input_SetKeyCode](#oh_input_setkeycode) (struct [Input_KeyState](#input_keystate) \*keyS…
91 | int32_t [OH_Input_GetKeyCode](#oh_input_getkeycode) (const struct [Input_KeyState](#input_keystat…
92 | void [OH_Input_SetKeyPressed](#oh_input_setkeypressed) (struct [Input_KeyState](#input_keystate) …
93 | int32_t [OH_Input_GetKeyPressed](#oh_input_getkeypressed) (const struct [Input_KeyState](#input_k…
94 | void [OH_Input_SetKeySwitch](#oh_input_setkeyswitch) (struct [Input_KeyState](#input_keystate) \*…
95 | int32_t [OH_Input_GetKeySwitch](#oh_input_getkeyswitch) (const struct [Input_KeyState](#input_key…
362 ### Input_KeyState subsection
1261 struct Input_KeyState* OH_Input_CreateKeyState ()
1272 如果操作成功,返回一个[Input_KeyState](#input_keystate)指针对象, 否则返回空指针。
1412 void OH_Input_DestroyKeyState (struct Input_KeyState ** keyState)
1957 int32_t OH_Input_GetKeyCode (const struct Input_KeyState * keyState)
2049 int32_t OH_Input_GetKeyPressed (const struct Input_KeyState * keyState)
2072 Input_Result OH_Input_GetKeyState (struct Input_KeyState * keyState)
2097 int32_t OH_Input_GetKeySwitch (const struct Input_KeyState * keyState)
2931 void OH_Input_SetKeyCode (struct Input_KeyState * keyState, int32_t keyCode )
3011 void OH_Input_SetKeyPressed (struct Input_KeyState * keyState, int32_t keyAction )
3031 void OH_Input_SetKeySwitch (struct Input_KeyState * keyState, int32_t keySwitch )