matlab: get multiple mouse coordinates displayed on one screen -


i have 2 mouse pointers displayed om screen (currently using teamplayer application), , know if there way in matlab can identify , read mouse coordinates of each pointer.

i know how coordinates of single pointer on screen using:

    get(0,'pointerlocation'); 


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -