未验证 提交 dd6ffc1e 编写于 作者: O openharmony_ci 提交者: Gitee

!20432 API参考增加参考指南的跳转链接

Merge pull request !20432 from WangJiazhen/master
# Native XComponent # Native XComponent
描述ArkUI XComponent持有的surface和触摸事件,该事件可用于EGL/OpenGLES和媒体数据输入,并显示在ArkUI XComponent上。 描述ArkUI XComponent持有的surface和触摸事件,该事件可用于EGL/OpenGLES和媒体数据输入,并显示在ArkUI XComponent上,具体使用请参考[XComponent开发指导](../../napi/xcomponent-guidelines.md)
**起始版本:** **起始版本:**
8 8
...@@ -192,7 +191,7 @@ anonymous enum ...@@ -192,7 +191,7 @@ anonymous enum
OH_NativeXComponent_EventSourceType OH_NativeXComponent_EventSourceType
``` ```
enum OH_NativeXComponent_EventSourceType enum OH_NativeXComponent_EventSourceType
``` ```
...@@ -286,7 +285,7 @@ enum OH_NativeXComponent_TouchEventType ...@@ -286,7 +285,7 @@ enum OH_NativeXComponent_TouchEventType
### OH_NativeXComponent_TouchPointToolType ### OH_NativeXComponent_TouchPointToolType
``` ```
enum OH_NativeXComponent_TouchPointToolType enum OH_NativeXComponent_TouchPointToolType
``` ```
...@@ -372,7 +371,7 @@ int32_t OH_NativeXComponent_GetTouchEvent (OH_NativeXComponent * component, cons ...@@ -372,7 +371,7 @@ int32_t OH_NativeXComponent_GetTouchEvent (OH_NativeXComponent * component, cons
### OH_NativeXComponent_GetTouchPointTiltX() ### OH_NativeXComponent_GetTouchPointTiltX()
``` ```
int32_t OH_NativeXComponent_GetTouchPointTiltX (OH_NativeXComponent * component, uint32_t pointIndex, float * tiltX ) int32_t OH_NativeXComponent_GetTouchPointTiltX (OH_NativeXComponent * component, uint32_t pointIndex, float * tiltX )
``` ```
...@@ -400,7 +399,7 @@ int32_t OH_NativeXComponent_GetTouchPointTiltX (OH_NativeXComponent * component, ...@@ -400,7 +399,7 @@ int32_t OH_NativeXComponent_GetTouchPointTiltX (OH_NativeXComponent * component,
### OH_NativeXComponent_GetTouchPointTiltY() ### OH_NativeXComponent_GetTouchPointTiltY()
``` ```
int32_t OH_NativeXComponent_GetTouchPointTiltX (OH_NativeXComponent * component, uint32_t pointIndex, float * tiltY ) int32_t OH_NativeXComponent_GetTouchPointTiltX (OH_NativeXComponent * component, uint32_t pointIndex, float * tiltY )
``` ```
...@@ -428,7 +427,7 @@ int32_t OH_NativeXComponent_GetTouchPointTiltX (OH_NativeXComponent * component, ...@@ -428,7 +427,7 @@ int32_t OH_NativeXComponent_GetTouchPointTiltX (OH_NativeXComponent * component,
### OH_NativeXComponent_GetTouchPointToolType() ### OH_NativeXComponent_GetTouchPointToolType()
``` ```
int32_t OH_NativeXComponent_GetTouchPointToolType (OH_NativeXComponent * component, uint32_t pointIndex, OH_NativeXComponent_TouchPointToolType * toolType ) int32_t OH_NativeXComponent_GetTouchPointToolType (OH_NativeXComponent * component, uint32_t pointIndex, OH_NativeXComponent_TouchPointToolType * toolType )
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册