Mouse tracking in mulitple renderers

I’m making my VJ GUI at the moment. The plan was to have each section have it’s own renderer (ie. patch controls, playlist, etc.). However, when multiple renderers are open the mouse coordinates are taken from which ever renderer the mouse is over and the XY coordinates are given to all the patches. Is there a way to only give the mouse XY coordinates to the specific patch the is connected to the renderer?

Hope this is clear. If it’s not possible do this I’ll only use one renderer to house all the controls.

you can use the x and y output of the renderer itself.