Searched refs:OH_Input_RemoveAxisEventMonitor (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/device/input/ |
H A D | monitor-guidelines.md | 22 | 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 D | monitor-guidelines.md | 22 | 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 D | input_native_test.cpp | 1571 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 D | oh_input_manager.h | 1203 Input_Result OH_Input_RemoveAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEven…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | input.md | 161 | [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 D | oh__input__manager_8h.md | 153 | [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 D | input.md | 161 | [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 D | oh__input__manager_8h.md | 153 | [Input_Result](input.md#input_result) [OH_Input_RemoveAxisEventMonitor](input.md#oh_input_removea…
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 1422 Input_Result OH_Input_RemoveAxisEventMonitor(InputEvent_AxisEventType axisEventType, Input_AxisEven… in OH_Input_RemoveAxisEventMonitor() function
|