How to get Control by coordinates - eclipse platform
I am looking for method or something in swt (eclipse platform) to get
Control when i only have coordinates x and y. I found only this
Display.getDefault().getCursorControl();
but it's not what i am looking for. I want something like that
getControlByCoordinates(int x, in y).
No comments:
Post a Comment