Path: utzoo!mnetor!uunet!husc6!yale!cmcl2!rutgers!ucla-cs!zen!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: <8801130131.AA26382@cory.Berkeley.EDU> Date: 13 Jan 88 01:31:58 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 15 >Your idea, I'm sorry to say, is a kludge. > >BUT, while we're talking about enhancements for 1.4(?), how about just making >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 program speed rather than message port speed, I simply flag the move and the last coordinates and handle it after GetMsg() returns NULL... easy. Checkout the source to FILES on mod sources for an example. -Matt