I want to render graphics seemingly on top of the Windows desktop. There are a lot of solutions for rendering transparent and click-through windows. However, I want some of the rendered sprites to be clickable. How would I got about doing this?
I'm using C# on Windows and was planning to use OpenTK. If this is unfeasible please explain.