I want to trigger multitouch gesture events on Mac OS X. Is there a way to do this?
Mouse or keyboard events can be triggered with CGEventCreateMouseEvent
and CGEventCreateKeyboardEvent
. Is there similar low level function for multitouch events?
like trigger something like four finger swipe up to open mission control.
I have tried like here but it doesn't work.