Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top