Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.fr>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Mouse coordinate movement
Date: Sun, 24 Feb 2008 12:47:06 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 10
Message-ID: <fprp09$d77$1@fred.mathworks.com>
References: <fprn0h$kgo$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.fr>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1203857226 13543 172.30.248.37 (24 Feb 2008 12:47:06 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 24 Feb 2008 12:47:06 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:453378



"Avinash " <avinash368@mathworks.com> wrote in message
<fprn0h$kgo$1@fred.mathworks.com>...
> Is there any way i can obtain the current mouse coordinate
> using matlab?i've found out the way to position my pointer
> anywhere on the desktop but how to obtain the current
> position of the pointer?

get(0,'PointerLocation')

Bruno