Skip to main content

OH_Input_RemoveInputEventInterceptor

Function OH_Input_RemoveInputEventInterceptor 

Source
pub unsafe extern "C" fn OH_Input_RemoveInputEventInterceptor() -> Input_Result
Expand 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