How do I create a transparent window floating over a form?
The idea is for it to trap and handle key and mouse events related to the form it is floating over.
It is in relation to the objectives of Lazarus method of listing all objects that can get focus, hot keys and clicks? and the image shown there.
You find here a sample, I hope it's helpful. Sometimes is a problem to catch the first MouseDown but latest the second MouseDown works ...
P.S.: First action in the running app is to move the slider for the transparency!