From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2902dc38936805d738ae00d8a6f9e799@terzarima.net> From: Charles Forsyth Date: Fri, 14 Jan 2005 14:38:06 +0000 To: 9fans@cse.psu.edu Subject: Re: [9fans] cooked mouse mode. In-Reply-To: <9851f853c9910d763d7b37dfbadbd9c2@plan9.escet.urjc.es> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 2fbd2fbc-eace-11e9-9e20-41e7f4b1d025 > 2. you want to filter or transform a given raw mouse stream before cooking it it depends whether all transformations or filtering can be expressed in your language. for instance, in the past i've changed the x and y values in such a way that results of tests such as ismove, or double-button clicks, would be different. in some cases, i could do that after cooking i suppose, but since that potentially introduces time delays (to check for clicks/chording) i'm not sure i could as easily say what my transformation actually did (as easily as for raw point values)