Originally Posted By: Siwler
pretty much if any action/function is activated by button 1, I want it to ignore any action a singed to it
That is exactly what PadMalcom told you.
Code:
on_1 = NULL;


If that does not work there is some other flaw in your code. Why not posting the code you have until now.

Last edited by Uhrwerk; 02/18/12 00:16. Reason: Not exactly, what PadMalcom said. Note it is "on_1", not "key_1". "key_1" is a variable that shows the pressed state of the key.

Always learn from history, to be sure you make the same mistakes again...