0 Members and 4 Guests are viewing this topic.
#define isKeyPressed(key) (!((*(volatile short*)(KEY_MAP + (key).row)) & (key).col))
Ever since I set up my new computer, I have been experiencing serious problems with keypresses in the programs I am compiling.