Uare icon indicating copy to clipboard operation
Uare copied to clipboard

Add self arg to callbacks

Open wwwDayDream opened this issue 8 years ago • 0 comments

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)

wwwDayDream avatar Nov 02 '16 00:11 wwwDayDream