Sparky983 / vision-gui

A minimal GUI API for Paper
http://vision.sparky983.me
MIT License
15 stars 0 forks source link

Direct Event Publishing #121

Closed Sparky983 closed 1 year ago

Sparky983 commented 1 year ago

Adds the ability to publish events directly, rather than indirectly through methods such as Button.click(Click).

Button.name(Component), Gui.button(Slot, Button), etc. will still publish events implicitly.