• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Native API 差异报告
2
3OpenHarmony 3.2 Beta1相较于OpenHarmony 3.1 Release版本的API变更如下:
4
5## 标准系统接口变更
6
7| 模块名称 | 接口名称                                                     | 变更类型 | 变更说明                                        |
8| -------- | ------------------------------------------------------------ | -------- | ----------------------------------------------- |
9| ArkUI-xcomponent | int32_t OH_NativeXComponent_GetMouseEvent(<br/>    OH_NativeXComponent* component, const void* window, OH_NativeXComponent_MouseEvent* mouseEvent) | 新增     | 通过XComponent获取鼠标事件 |
10| ArkUI-xcomponent | int32_t OH_NativeXComponent_RegisterMouseEventCallback(<br/>    OH_NativeXComponent* component, OH_NativeXComponent_MouseEvent_Callback* callback) | 新增     | 注册XComponent回调事件 |
11
12