From e4900d61c22b0c93e99f42d64c0be903756eb593 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sun, 16 Jan 2022 22:51:03 -0500 Subject: [PATCH] Preparing for the rework --- README.md | 16 +++++++++++++++- gui/init.lua | 3 +++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afe8971..4350c92 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This library due to the changes in love2d. Too many things are broken and instead of doing patch work, I've decided to do a total rewrite. Also I'll be able to make use of the new multi manager features and build a better library from the ground up. -Core: +Core Objects: - Frame - Text: - Label @@ -14,3 +14,17 @@ Core: - Animation - Video +Events: +- Mouse Events + - Enter + - Exit + - Pressed/Other + - Released/Other + - Moved + - WheelMoved + - DragStart + - Dragging + - DragEnd + - Hotkey +- Other Events + - OnUpdate diff --git a/gui/init.lua b/gui/init.lua index e69de29..b0d1244 100644 --- a/gui/init.lua +++ b/gui/init.lua @@ -0,0 +1,3 @@ +local gui = {} +gui.__index = gui +