Sunday, 8 September 2013

How can my application take input while in background?

How can my application take input while in background?

I am writing a win32 application that needs to take hotkeys while not on
focus(it runs in the background without drawing a window). I use
RegisterHotKey to assing a few keys but that blocks the for every other
process.

No comments:

Post a Comment