Browse Source

Fix mouse events tutorial title (#1316)

pull/1321/head
Sebastiano Poggi 3 years ago committed by GitHub
parent
commit
e94983a274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tutorials/Mouse_Events/README.md

4
tutorials/Mouse_Events/README.md

@ -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`

Loading…
Cancel
Save