Path: news.mathworks.com!not-for-mail
From: "Dan Haeg" <haegd@msoe.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Mouse coordinate movement
Date: Tue, 26 Feb 2008 00:22:02 +0000 (UTC)
Organization: Milwaukee School of Engineering
Lines: 14
Message-ID: <fpvm3a$ab2$1@fred.mathworks.com>
References: <fprn0h$kgo$1@fred.mathworks.com> <fprp09$d77$1@fred.mathworks.com> <fpsa7h$o5d$1@fred.mathworks.com> <fpsb5h$28o$1@fred.mathworks.com> <fpth0p$91o$1@fred.mathworks.com>
Reply-To: "Dan Haeg" <haegd@msoe.edu>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1203985322 10594 172.30.248.38 (26 Feb 2008 00:22:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 26 Feb 2008 00:22:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 475291
Xref: news.mathworks.com comp.soft-sys.matlab:453607




> thanks for the information.But I'm looking for
> implementation of mouse events without needing to draw
> figures or any additional windows.I simply want to navigate
> my desktop and operate the mouse normally but by using a
> MATLAB codes only.For example if i ant to click an icon then
> i should be able to click on it only by the MATLAB code that
> i write to program my mouse.

If you are trying to move and click your mouse with matlab
code you can search this site for java robot to find advise
that has already been given.

Dan