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 +