Path: chuka.playstation.co.uk!scea!greg_labrec@interactive.sony.com From: mperdue@iquest.net (Mario Perdue) Newsgroups: scea.yaroze.programming.2d_graphics Subject: Re: autofire Date: Sun, 15 Jun 1997 19:12:00 GMT Organization: SCEA Net Yaroze News Lines: 16 Message-ID: <33a43dfa.19580440@205.149.189.29> References: <33A08AD0.6C8F@concentric.net> <33A421FE.5EA2FDBA@interaccess.com> NNTP-Posting-Host: firewall.hrtc.net X-Newsreader: Forte Free Agent 1.1/32.230 Howard, Hey, I like that. I think I'm going to make a few changes to some code I'm working on. Mario On Sun, 15 Jun 1997 12:10:22 -0500, Howard Chen wrote: >An simple way to force people to press down buttons is to xor the >current input with the last input (which tells you which buttons just >changed). "and"ing this result with the current input will tell you >which buttons have just been pressed. >