Skip to content

Instantly share code, notes, and snippets.

@koenbok
Created February 5, 2016 10:53
Show Gist options
  • Select an option

  • Save koenbok/9677f3fd942078952efd to your computer and use it in GitHub Desktop.

Select an option

Save koenbok/9677f3fd942078952efd to your computer and use it in GitHub Desktop.
# Current click event
layerA.on Events.Click, -> ...
# With a shortcut
layerA.onClick -> ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment