Hi,
Thanks for your solution. I really appreciate it.
I had to solve it in couple of days, so I already did it.
This is quite literally the technique I used to solve the issue.
Creating a dummy window, borderless with zero opacity did the trick.
Yes, if we calculate the maximum resolution from the primary display, It works very well with multiple displays.
I used multiple event listeners for this dummy window like “blur” and “mouse down” to dismiss the window, and to avoid bugs if the user moves the focus away from this dummy window.
Waiting for the tool to be posted online so that I can share the code.
But thanks again.