I want to write an application to process certain user actions.
The application will be always transparent and should be click through. So, the window behind will be seen and as the transparent application is click through I should be able to click on the window behind. Only certain user actions(like double click) I want to handle in my transparent application.
Is it possible to achieve this? Any guidelines are appreciated.
You can make fake window click from your app:
Now on double click you can set what ever you want.