Help with multiple key detection
#3

Quote:
Originally Posted by JaydenJason
View Post
What's your code for "PRESSED"?
#if !defined PRESSED
#define PRESSED(%0) \
(((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))
#endif
Reply


Messages In This Thread
Help with multiple key detection - by IKnowWhatIAmDoing - 23.04.2015, 07:39
Re: Help with multiple key detection - by JaydenJason - 23.04.2015, 07:41
Re: Help with multiple key detection - by IKnowWhatIAmDoing - 23.04.2015, 07:42
Re: Help with multiple key detection - by JaydenJason - 23.04.2015, 07:43
Re: Help with multiple key detection - by IKnowWhatIAmDoing - 23.04.2015, 07:49
Re: Help with multiple key detection - by PowerPC603 - 23.04.2015, 08:01
Re: Help with multiple key detection - by IKnowWhatIAmDoing - 23.04.2015, 08:15

Forum Jump:


Users browsing this thread: 2 Guest(s)