Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!vsi1!apple!SIAC From: SIAC@applelink.apple.com (Eric Ulevik) Newsgroups: comp.sys.mac.programmer Subject: Re: moving mouse pointer under program control Message-ID: <632@internal.Apple.COM> Date: 10 Feb 89 01:54:01 GMT Sender: usenet@Apple.COM Organization: Apple Computer, Inc. Lines: 24 References:<17871@gatech.edu> <6443@hoptoad.uucp> <1858@helios.ee.lbl.gov> <6476@hoptoad.uucp> First, I do not recommend moving the mouse pointer under program control. However, In article <6476@hoptoad.uucp> tim@hoptoad.uucp (Tim Maroney) writes: > >If some new hardware device is to be used to move the mouse, then > >software is going to be needed to move the pointer. > > Wrong. But let's say that for some reason your product simply can't > emulate the Apple mouse hardware interface. I can't think of any good > reason offhand, but perhaps there is one. Then you would have to write > a mouse driver. How would one go about writing it? > [ ...don't do it! You'll be incompatible!] For Macintosh computers since the SE - those using the Apple Desktop Bus - it is possible to build ADB devices, such as trackballs, and write software to respond to this device, such as by moving the mouse pointer. Documentation to get you started is in Inside Macintosh Volume 5 Chapter 19, and Technical Notes 143, 160 and 206. Eric Ulevik email: SIAC@applelink.apple.com -- The above comments are mine!--