- This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Development › [Solved] Transparent overlay
First, I love the Gaze Trace overlay, well done 🙂
One thing I’d want to know is how it is able to draw transparent graphics that overlay everything (even the taskbar and fullscreen directx applications) ?
It’s obviously not just a topmost transparent window given it displays even on top of fullscreen DirectX, but I can’t seem to figure out the right Windows APIs to use to make a similar overlay.
Hi @wildpeaks,
Thanks for your interest! Yes, it’s a very cool piece of code for sure 🙂
The program was made in DX11 and C++, but you can get a good idea of the implementation strategy
at the following link @
https://stackoverflow.com/questions/31313624/click-through-transparent-window-no-dragging-allowed-c
Hopefully this points you in the right direction.. please let us know!
Thanks 🙂