Is it possible to get current of mouse position out of GUI scope?

2 views (last 30 days)
I want to find position of mouse in anywhere of screen. I only got position x,y in GUI boundary.
Is it possible to do it? and how to do?
Thank you :))

Accepted Answer

Friedrich
Friedrich on 7 Aug 2014
Hi,
try
>> get(0,'PointerLocation')
  2 Comments
Ara
Ara on 7 Aug 2014
May I ask you one more question? It cannot point or click mouse when I use this code with GUI. How to fix it?
thank you

Sign in to comment.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!