objective c - Cocoa: Middle mouse click event (global) + gesture API? -
are there resources might guide me in how create app respond type of mouse click not left / right button? globally, when app not active.
and magic mouse / trackpad, there frameworks or resources available attach code specific gesture?
you can find related mouse events: https://developer.apple.com/library/mac/#documentation/cocoa/conceptual/eventoverview/handlingmouseevents/handlingmouseevents.html
and trackpad events: https://developer.apple.com/library/mac/#documentation/cocoa/conceptual/eventoverview/handlingtouchevents/handlingtouchevents.html#//apple_ref/doc/uid/10000060i-ch13-sw10
here stack overflow link has explanation handling global events.
objective-c cocoa gesture gesture-recognition shortcuts
No comments:
Post a Comment