objective c - How do I Capture keyboard/mouse events with my application in focus? -


I am making an app-like combination for Mac OS, which captures the keyboard / mouse and gives them a remote computer Sends. / P>

I want to capture all the user keyboard and mouse events, while my NSWindow is in focus (if possible, would be good if not in focus) - I would not like system shortcuts like CMD + tab Or CMD + Q to interrupt me, I want to handle them before the window system, so that my app will not focus

thanks

Check it -

Hopefully That it helps :)

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -