From: "Steve Schafer (TeamB)" Subject: Re: Tracking Coordinates with OnMouseMove after SetMapMode Date: 23 Feb 2000 00:00:00 GMT Message-ID: Content-Transfer-Encoding: 7bit References: <8922pf$83a13@bornews.borland.com> Content-Type: text/plain; charset=us-ascii Organization: TeamB Mime-Version: 1.0 Reply-To: pandeng@telepath.com Newsgroups: borland.public.delphi.graphics On Wed, 23 Feb 2000 20:55:20 -0500, "David C Sherman" wrote: >Must I still track these new values on my own? Yes. The mouse position is always given in terms of screen coordinates. The only variation is that they may be either screen-relative or window-relative. In either case, the GDI mapping mode does not apply. -Steve