Uare
Uare copied to clipboard
A simple and customisable UI library for LÖVE
# uare.lua - **Line: 172** `if self.customUpdate then self.customUpdate(self, dt, mx, my, e) end` - **Line: 230** `if self.customDraw then self.customDraw(self) end` ## Optional alternative to customDraw - **Line: 230**...
# uare.lua - **Line: 134** `self.onClick(self)` - **Line: 136** `self.onCleanRelease(self)` - **Line: 138** `self.onRelease(self)` - **Line: 140** `self.onHold(self)` - **Line: 142** `self.onStartHover(self)` - **Line: 144** `self.onHover(self)` - **Line: 146** `self.onReleaseHover(self)`