From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <707fd41c65770aef362951445d634019@plan9.escet.urjc.es> To: 9fans@cse.psu.edu Subject: Re: [9fans] cooked mouse mode. From: Gorka Guardiola Date: Fri, 14 Jan 2005 15:12:49 +0100 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: 2f7feabc-eace-11e9-9e20-41e7f4b1d025 >> 1. you're managing more than one mouse, and want different modes > Isn't what Mousectl is for?. You cook just one of them. Mousectl is a parameter to setmousemode (did I get it wrong in the example?). See the manual in the patch for more details. setmousemode(Mousectl* mc, int mode) > >> 2. you want to filter or transform a given raw mouse stream before cooking it > > Isn't this `multiple recipes for cooking?' Yep. This is what we wanted to stop. G.