Home
last modified time | relevance | path

Searched refs:OH_Input_GetAxisEventType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/device/input/
H A Dmonitor-guidelines.md182 ret = OH_Input_GetAxisEventType(axisEvent, &axisEventType);
215 ret = OH_Input_GetAxisEventType(axisEvent, &axisEventType);
240 ret = OH_Input_GetAxisEventType(axisEvent, &axisEventType);
H A Dinterceptor-guidelines.md148 ret = OH_Input_GetAxisEventType(axisEvent, &axisEventType);
/ohos5.0/docs/en/application-dev/device/input/
H A Dmonitor-guidelines.md182 ret = OH_Input_GetAxisEventType(axisEvent, &axisEventType);
215 ret = OH_Input_GetAxisEventType(axisEvent, &axisEventType);
240 ret = OH_Input_GetAxisEventType(axisEvent, &axisEventType);
H A Dinterceptor-guidelines.md148 ret = OH_Input_GetAxisEventType(axisEvent, &axisEventType);
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp862 result = OH_Input_GetAxisEventType(axisEvent, &axisEventType);
1205 Input_Result result = OH_Input_GetAxisEventType(axisEvent, nullptr);
1220 Input_Result result = OH_Input_GetAxisEventType(nullptr, &axisEventType);
1232 Input_Result result = OH_Input_GetAxisEventType(nullptr, nullptr);
1322 OH_Input_GetAxisEventType(axisEvent, &sourceType); in AxisEventCallbackAll()
1335 OH_Input_GetAxisEventType(axisEvent, &sourceType); in AxisEventCallback()
/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h1023 Input_Result OH_Input_GetAxisEventType(const Input_AxisEvent* axisEvent, InputEvent_AxisEventType* …
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Dinput.md149 | [Input_Result](#input_result) [OH_Input_GetAxisEventType](#oh_input_getaxiseventtype) (const [Inp…
1636 ### OH_Input_GetAxisEventType()
1639 Input_Result OH_Input_GetAxisEventType (const Input_AxisEvent * axisEvent, InputEvent_AxisEventType…
H A Doh__input__manager_8h.md141 | [Input_Result](input.md#input_result) [OH_Input_GetAxisEventType](input.md#oh_input_getaxiseventt…
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Dinput.md149 | [Input_Result](#input_result) [OH_Input_GetAxisEventType](#oh_input_getaxiseventtype) (const [Inp…
1636 ### OH_Input_GetAxisEventType()
1639 Input_Result OH_Input_GetAxisEventType (const Input_AxisEvent * axisEvent, InputEvent_AxisEventType…
H A Doh__input__manager_8h.md141 | [Input_Result](input.md#input_result) [OH_Input_GetAxisEventType](input.md#oh_input_getaxiseventt…
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp931 Input_Result OH_Input_GetAxisEventType(const Input_AxisEvent* axisEvent, InputEvent_AxisEventType* … in OH_Input_GetAxisEventType() function