0

I have a transparent overlay placed on the desktop.
Now I need only to catch the double-click events on my desktop-overlay layer, and "pass on" or simulate left-click and right-click to the below desktop.

I would appreciate any help.

cocoa coder
  • 214
  • 1
  • 3
  • 15

1 Answers1

0

You may be interested in this answer abour intercepting events in OS X. You can establish a tap, intercept clicks, and based on timing the clicks decide whether to pass them on or not.

Community
  • 1
  • 1
user1071136
  • 15,636
  • 4
  • 42
  • 61