Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 UW 5/3/83; site uw-beaver Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!houxm!houxz!vax135!cornell!uw-beaver!info-mac From: info-mac@uw-beaver (info-mac) Newsgroups: fa.info-mac Subject: Raw mouse input Message-ID: <1222@uw-beaver> Date: Mon, 16-Jul-84 15:01:23 EDT Article-I.D.: uw-beave.1222 Posted: Mon Jul 16 15:01:23 1984 Date-Received: Tue, 17-Jul-84 02:12:09 EDT Sender: daemon@uw-beave Organization: U of Washington Computer Science Lines: 15 From: ihnp4!stolaf!umn-cs!digi-g!brian@uw-beaver.arpa Does anyone out there know how to get raw mouse movement from the Mac? As it is now, the mouse is converted to absolute screen coordinates BEFORE you have a chance to do anything with it. If the cursor is in the lower left hand corner, and you move the mouse down & left, NO movement is detected from your program, because the cursor hasn't moved! Either 1) a way to fudge the current cursor position (reset it to the middle of the screen) to 'figure out' what the movement was (yuck); or 2) find where the REAL raw mouse input is kept, and read that; or 3) install your own mouse routine. Has anyone done this yet?