Skip to content

Instantly share code, notes, and snippets.

@Groogy
Created November 4, 2017 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Groogy/065a87e077eca6ae352e486ef9ef8d89 to your computer and use it in GitHub Desktop.
Save Groogy/065a87e077eca6ae352e486ef9ef8d89 to your computer and use it in GitHub Desktop.
class WidgetInput < InputReceiver
def initialize(widget)
register WidgetLeftClick ->widget.left_click.emit
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment