Home
last modified time | relevance | path

Searched refs:OH_Input_RemoveAxisEventMonitor (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/device/input/
H A Dmonitor-guidelines.md22 | Input_Result OH_Input_RemoveAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEv…
259 ret = OH_Input_RemoveAxisEventMonitor(AXIS_EVENT_TYPE_PINCH, OnPinchAxisEventCallback);
264 ret = OH_Input_RemoveAxisEventMonitor(AXIS_EVENT_TYPE_SCROLL, OnScrollAxisEventCallback);
/ohos5.0/docs/en/application-dev/device/input/
H A Dmonitor-guidelines.md22 | Input_Result OH_Input_RemoveAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEv…
259 ret = OH_Input_RemoveAxisEventMonitor(AXIS_EVENT_TYPE_PINCH, OnPinchAxisEventCallback);
264 ret = OH_Input_RemoveAxisEventMonitor(AXIS_EVENT_TYPE_SCROLL, OnScrollAxisEventCallback);
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp1571 retResult = OH_Input_RemoveAxisEventMonitor(axisEventType, AxisEventCallback);
1597 Input_Result retResult = OH_Input_RemoveAxisEventMonitor(axisEventType, nullptr);
1610 Input_Result retResult = OH_Input_RemoveAxisEventMonitor(axisEventType, AxisEventCallback);
1614 retResult = OH_Input_RemoveAxisEventMonitor(AXIS_EVENT_TYPE_SCROLL, AxisEventCallback);
1616 retResult = OH_Input_RemoveAxisEventMonitor(axisEventType, AxisEventCallback);
/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h1203 Input_Result OH_Input_RemoveAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEven…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Dinput.md161 | [Input_Result](#input_result) [OH_Input_RemoveAxisEventMonitor](#oh_input_removeaxiseventmonitor)…
2536 ### OH_Input_RemoveAxisEventMonitor()
2539 Input_Result OH_Input_RemoveAxisEventMonitor (InputEvent_AxisEventType axisEventType, Input_AxisEve…
H A Doh__input__manager_8h.md153 | [Input_Result](input.md#input_result) [OH_Input_RemoveAxisEventMonitor](input.md#oh_input_removea…
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Dinput.md161 | [Input_Result](#input_result) [OH_Input_RemoveAxisEventMonitor](#oh_input_removeaxiseventmonitor)…
2536 ### OH_Input_RemoveAxisEventMonitor()
2539 Input_Result OH_Input_RemoveAxisEventMonitor (InputEvent_AxisEventType axisEventType, Input_AxisEve…
H A Doh__input__manager_8h.md153 | [Input_Result](input.md#input_result) [OH_Input_RemoveAxisEventMonitor](input.md#oh_input_removea…
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp1422 Input_Result OH_Input_RemoveAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEven… in OH_Input_RemoveAxisEventMonitor() function