From e94983a2743ae003120ea1e89b0cd834fb9183a1 Mon Sep 17 00:00:00 2001 From: Sebastiano Poggi Date: Tue, 26 Oct 2021 13:42:44 +0200 Subject: [PATCH] Fix mouse events tutorial title (#1316) --- tutorials/Mouse_Events/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/Mouse_Events/README.md b/tutorials/Mouse_Events/README.md index c5f1d26c1d..7af6e5c24b 100644 --- a/tutorials/Mouse_Events/README.md +++ b/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 { ``` Application running -If you need more information about events there is an available raw AWT mouse event object in `mouseEvent` property of `PointerEvent` \ No newline at end of file +If you need more information about events there is an available raw AWT mouse event object in `mouseEvent` property of `PointerEvent`