From 04cf5e1477be12ca1705a81e26c179d631a7c5bd Mon Sep 17 00:00:00 2001
From: Robert Jelic <36573031+NoryiE@users.noreply.github.com>
Date: Tue, 10 May 2022 22:11:08 +0200
Subject: [PATCH 1/2] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index d11bd1f..96f302f 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ Todo:
-click event and lose focus event order is not correct
-improve event system
-add info to image and pane object, and onBackgroundKey
+- frame with a program wich is scrolled does not get correct mouse events
MIT License
From a1c0833f71103dff1e208007f9e9dc56f449ed1c Mon Sep 17 00:00:00 2001
From: Robert Jelic <36573031+NoryiE@users.noreply.github.com>
Date: Tue, 10 May 2022 22:11:32 +0200
Subject: [PATCH 2/2] Update README.md
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 96f302f..8f2bca7 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@ check out my [wiki](https://github.com/NoryiE/NyoUI/wiki/) for information
if you wanna message me: NyoriE#8206 on discord
Todo:
--improve performance
--scrolling in a menubar doesn't work correctly
--frames dont move correctly if anchor is bottom/right
--click event and lose focus event order is not correct
--improve event system
--add info to image and pane object, and onBackgroundKey
+- improve performance
+- scrolling in a menubar doesn't work correctly
+- frames dont move correctly if anchor is bottom/right
+- click event and lose focus event order is not correct
+- improve event system
+- add info to image and pane object, and onBackgroundKey
- frame with a program wich is scrolled does not get correct mouse events
MIT License