Tagged Questions
0
votes
1answer
157 views
Finding the window at a point on screen in java
Is there any cross-platform way to figure out which window is at a certain point on the screen?
If there is not, what would be the equivalent function to getWindowAtPoint for linux (X11?) and OS X?