pub unsafe extern "C" fn OH_Input_RemoveInputEventInterceptor() -> Input_ResultExpand description
@brief Removes the interceptor for input events, including mouse, touch, and axis events.
@permission ohos.permission.INTERCEPT_INPUT_EVENT
@return {@link INPUT_SUCCESS} if the operation is successful;
{@link INPUT_PERMISSION_DENIED} if permission verification fails;
{@link INPUT_SERVICE_EXCEPTION} if the service is abnormal.
@syscap SystemCapability.MultimodalInput.Input.Core
@since 12