gui/README.md

653 B

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 ✔️
    • Released ✔️
    • Moved
    • WheelMoved
    • DragStart ✔️
    • Dragging ✔️
    • DragEnd ✔️
    • Hotkey
  • Other Events
    • OnUpdate ✔️