Skip to content

Instantly share code, notes, and snippets.

@Skrylar
Created March 24, 2014 12:16
Show Gist options
  • Save Skrylar/9739068 to your computer and use it in GitHub Desktop.
Save Skrylar/9739068 to your computer and use it in GitHub Desktop.
# Something kind of like this; replicating wxWidgets style event mapping:
ImplHandleEvent(MyEventHandler):
On(CommandTriggeredEvent, self.OnCommand)
On MorphClosedEvent, self.OnClosed
On SomethingEvent do:
debugEcho "Something else entirely..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment