Is there a way to trigger gesture events on Mac OS X?

Posted by Rok on Stack Overflow See other posts from Stack Overflow or by Rok
Published on 2010-03-21T14:03:55Z Indexed on 2010/03/21 14:11 UTC
Read the original article Hit count: 324

Filed under:
|
|
|

Hello,

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?

Rok

© Stack Overflow or respective owner

Related posts about mac

Related posts about gesture