Reputation: 68170
I created a NSEvent and I want to post it. How can I do that?
NSEvent
It is a NSSystemDefined type and I want to post it globally. Basically some IOHIDPostEvent or CGEventPost equivalent.
NSSystemDefined
IOHIDPostEvent
CGEventPost
Upvotes: 1
Views: 621
CGEventPost(0, [ev CGEvent]) does it.
CGEventPost(0, [ev CGEvent])