12.12.2009, 00:05
thanks malice, but I was wrong .
Sorry.
Код:
What is the difference between: # define PRESSED (%0) (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0))) //where %0 is KEY_FIRE. and: if ((newkeys & KEY_FIRE) && !(oldkeys & KEY_FIRE))//