I have two mouse pointers displayed om the screen (currently by using TeamPlayer application), and i would like to know if there is any way in MatLab that I can identify and read the mouse coordinates of each pointer.
i know how to get the coordinates of a single pointer on screen using:
get(0,'PointerLocation');