Question

I created a NSEvent and I want to post it. How can I do that?

It is a NSSystemDefined type and I want to post it globally. Basically some IOHIDPostEvent or CGEventPost equivalent.

Was it helpful?

Solution

CGEventPost(0, [ev CGEvent]) does it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top