Fix mouse events tutorial title (#1316)

This commit is contained in:
Sebastiano Poggi
2021-10-26 13:42:44 +02:00
committed by GitHub
parent 26a05c5133
commit e94983a274

View File

@@ -1,4 +1,4 @@
# Getting Started with Compose for Desktop
# Mouse events
## What is covered
@@ -208,4 +208,4 @@ fun main() = singleWindowApplication {
```
<img alt="Application running" src="mouse_event.gif" height="500" />
If you need more information about events there is an available raw AWT mouse event object in `mouseEvent` property of `PointerEvent`
If you need more information about events there is an available raw AWT mouse event object in `mouseEvent` property of `PointerEvent`