Skip to content

Instantly share code, notes, and snippets.

@primalmotion
Created January 4, 2011 19:15
Show Gist options
  • Select an option

  • Save primalmotion/765235 to your computer and use it in GitHub Desktop.

Select an option

Save primalmotion/765235 to your computer and use it in GitHub Desktop.
mouseEventSelector = @selector(mouseEvent:),
mouseEventImplementation = class_getMethodImplementation(theClass, mouseEventSelector),
mouseEventCallback = function (anEvent) { mouseEventImplementation(self, nil, anEvent); },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment