Created
April 20, 2011 06:03
-
-
Save oleganza/930476 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NSEvent* pingEvent = [NSEvent otherEventWithType:NSApplicationDefined | |
| location:NSMakePoint(0, 0) | |
| modifierFlags:0 | |
| timestamp:0 | |
| windowNumber:0 | |
| context:nil | |
| subtype:0 | |
| data1:0 | |
| data2:0]; | |
| NSAssert(pingEvent, @"Cannot create pingEvent!"); | |
| [NSApp postEvent:pingEvent atStart:NO]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment