Hi,
I'm looking for a way to display an overlay (hud) for a third party application on MacOSX. It should look like this.
My working steps would be:
- find window by title
- get resolution of window
- create own invisible window
- check for moving events of target window
I'm not very familiar with MacOS programming with Carbon and Cocoa and my prefered way would be to do it with C++, because I want to port my app to win and maybe linux later.
But I think I need to write a Cocoa or Carbon module for my app so any suggestions are welcome.
Thx, Richard