harmony 鸿蒙Input_InterceptorEventCallback

  • 2025-06-12
  • 浏览 (4)

Input_InterceptorEventCallback

Overview

Defines the structure of the interceptor for callback events, including mouse events, touch events, and axis events.

Since: 12

Related module: Input

Header file: oh_input_manager.h

Summary

Member Variables

Name Description
Input_MouseEventCallback mouseCallback Callback for mouse events.
Input_TouchEventCallback touchCallback Callback for touch events.
Input_AxisEventCallback axisCallback Callback for axis events.

Member Variable Description

axisCallback

Input_AxisEventCallback Input_InterceptorEventCallback::axisCallback

Description

Callback for axis events.

Since: 12

mouseCallback

Input_MouseEventCallback Input_InterceptorEventCallback::mouseCallback

Description

Callback for mouse events.

Since: 12

touchCallback

Input_TouchEventCallback Input_InterceptorEventCallback::touchCallback

Description

Callback for touch events.

Since: 12

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Input Kit

harmony 鸿蒙Input_DeviceListener

harmony 鸿蒙Input_AxisEvent

harmony 鸿蒙Input_DeviceInfo

harmony 鸿蒙Input_DeviceListener

harmony 鸿蒙Input_Hotkey

harmony 鸿蒙Input_InterceptorEventCallback

harmony 鸿蒙Input_InterceptorOptions

harmony 鸿蒙Input_KeyEvent

harmony 鸿蒙Input_KeyState

0  赞