Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!ames!sparkyfs!hercules!fernwood!portal!cup.portal.com!ts From: ts@cup.portal.com (Tim W Smith) Newsgroups: comp.sys.mac.programmer Subject: Re: Help! Anyone know how to force the mouse to a location? Message-ID: <30614@cup.portal.com> Date: 8 Jun 90 06:09:02 GMT References: <1990Jun5.091419.14219@portia.Stanford.EDU> <16995@phoenix.Princeton.EDU> <12809@unix.SRI.COM> Organization: The Portal System (TM) Lines: 20 In anticipation of virtual memory, I offer the following description of how to set the mouse to any point on the screen. Step 1. Place mouse at 0,0. Turn on the journalling driver. Move mouse to 0,1. Turn off the journalling driver. Step 2. Similar to step 1, but move to 0,2. ... (do this for each pair of pixels) Now, to move the mouse from any location to any other location, use the journalling mechanism to play back the appropriate movement. :-) Seriously, I wonder if there is some way to get the journalling stuff to do this for you. This may be a safer way then directly mucking with low memory globals. Tim Smith