31 lines
559 B
Markdown
31 lines
559 B
Markdown
# GuiManager
|
|
|
|
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 Objects:
|
|
- Frame
|
|
- Text:
|
|
- Label
|
|
- Box
|
|
- Button
|
|
- Image:
|
|
- Label
|
|
- Button
|
|
- Animation
|
|
- Video
|
|
|
|
Events:
|
|
- Mouse Events
|
|
- Enter
|
|
- Exit
|
|
- Pressed/Other
|
|
- Released/Other
|
|
- Moved
|
|
- WheelMoved
|
|
- DragStart
|
|
- Dragging
|
|
- DragEnd
|
|
- Hotkey
|
|
- Other Events
|
|
- OnUpdate
|