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

!10356 更新事件示例图

Merge pull request !10356 from 田雨/master
......@@ -56,3 +56,5 @@ struct KeyEventExample {
}
}
```
![keyEvent](figures/keyEvent.png)
\ No newline at end of file
......@@ -71,3 +71,5 @@ struct FocusEventExample {
}
}
```
![focus](figures/focus.png)
\ No newline at end of file
# 鼠标事件
在鼠标的单个动作触发多个事件时,事件的顺序是固定的,鼠标事件默认透传。
......@@ -104,3 +108,13 @@ struct MouseEventExample {
}
}
```
示意图:
鼠标悬浮时改变文本内容与背景颜色:
![mouse](figures/mouse.png)
鼠标点击时:
![mouse1](figures/mouse1.png)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册