Keeping window of another application active while still receiving mouse events from another window'
Posted
by hishamk
on Stack Overflow
See other posts from Stack Overflow
or by hishamk
Published on 2010-03-19T22:49:55Z
Indexed on
2010/03/19
22:51 UTC
Read the original article
Hit count: 275
Is there a way to have my app's window receive keyboard and/or mouse events (i.e. user clicking on window's buttons) while still retaining focus to another, unrelated app?
I've tried configuring my window at different levels, including [myWindow setLevel:NSPopUpMenuWindowLevel] to no avail.
© Stack Overflow or respective owner