Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!ucbcad!pasteur!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: Dealing with lots of messages Message-ID: <8801180503.AA21545@cory.Berkeley.EDU> Date: 18 Jan 88 05:03:47 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 11 :> >MOUSEMOVE work like INTUITICKS... that is, you don't send a new MOUSEMOVE :> >message to a window until it's ReplyMsg-ed the previous one. Simple, clean, :> >consistant. What more can you want? : :> Nahhh. Sometimes you want the accuracy (say somebody is tracing :> a curve) even if the system is loaded. When I want to handle mousemove at Also, you can simply NOT specify MOUSEMOVE, but only MOUSEBUTTONS and INTUITICKS... Then simply look at the mouse variables in the window structure every tick while the mouse button is down (or up, or whatever). -Matt