[Solved] Transparent overlay

Home Forums Software Development [Solved] Transparent overlay

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7989
    Cecile Muller
    Participant

    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.

    #7994
    Grant [Tobii]
    Keymaster

    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!

    #7996
    Cecile Muller
    Participant

    Thanks ๐Ÿ™‚

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.