From 2ec6c91e45d813eed219933b90ab46aa1c4c445c Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Mon, 14 Feb 2022 23:01:41 -0500 Subject: [PATCH] Updated readme with changes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9f76df5..727af3b 100644 --- a/README.md +++ b/README.md @@ -7,24 +7,24 @@ Core Objects: - Text: - ~~Label~~ ✔️ - Box - - Button + - ~~Button~~ ✔️ - Image: - ~~Label~~ ✔️ - - Button + - ~~Button~~ ✔️ - Animation - ~~Video~~ ✔️ Events: - Mouse Events - - Enter - - Exit + - ~~Enter~~ ✔️ + - ~~Exit~~ ✔️ - ~~Pressed~~ ✔️ - ~~Released~~ ✔️ - - Moved + - ~~Moved~~ ✔️ - WheelMoved - ~~DragStart~~ ✔️ - ~~Dragging~~ ✔️ - ~~DragEnd~~ ✔️ - Hotkey - Other Events - - OnUpdate ✔️ + - ~~OnUpdate~~ ✔️