11.12.2009, 22:44
a question ...
What is the difference between:
and:
Sorry but I find the difference, I want to learn it =).
Sorry for my bad English.
Edit...
What is the difference between:
Код:
# define PRESSED (%0) (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0))) //where %0 is KEY_FIRE.
Код:
if ((newkeys & KEY_FIRE) && !(oldkeys & KEY_FIRE))
Sorry for my bad English.
Edit...