Preparing for the rework

This commit is contained in:
Ryan Ward 2022-01-16 22:51:03 -05:00
parent 0fe337efc7
commit e4900d61c2
2 changed files with 18 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
local gui = {}
gui.__index = gui