Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!POSTGRES.BERKELEY.EDU!dillon From: dillon@POSTGRES.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga.tech Subject: Re: Moving Intuition pointer Message-ID: <8905010605.AA20969@postgres.Berkeley.EDU> Date: 1 May 89 06:05:18 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 17 > A while ago, I think I saw someone proposing to have DMouse move the >Intution pointer whenever a requester came up. I have come across a project >concerning helping disabled people to use Workbench, and we need to make the >pointer scan the WB screen. I've experimented a bit with stealing the sprite, >with little success. Is the a supported way of pushing the mouse around, apart >from using the device on the table? Or an unsupported way? I'm pretty scared >about poking into IntuitionBase private section. > Yours, Henrik Clausen > hrc@daimi.dk The only valid way to move the intuition pointer is to insert mouse events into the input event stream. Take a look at the docs on the input.device ... -Matt