Preparing for the rework
This commit is contained in:
parent
0fe337efc7
commit
e4900d61c2
16
README.md
16
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
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
local gui = {}
|
||||
gui.__index = gui
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user