Happy New Year to all of the GE forum members...
I have a question on how to capture more than one keydown event at a time:
Is there a way,in script editor, to get the input from more than one key at a time?
Is there a way to write the following code correctly for such a test?
if (key[KEY_1] && key[KEY_0]== 1 && iResult ==10)
{
................
}
I would like to test for numbers >9. i.e. 10,11,12,...100,101,102,etc.
TIA