0 Members and 1 Guest are viewing this topic.
Merth, it's not the Getkey() function. The USB connection triggers interrupts that I believe occur whenever the cable is plugged it as long as the interrupt table is intact.
Hmm.. I wonder... does this mean that in a BASIC program, if I had a getkey command running in every loop, it would capture? I will have to try this when I have time.
While (TRUE)If GetKey...End
Quote from: DJ_O on April 17, 2011, 08:40:12 pmHmm.. I wonder... does this mean that in a BASIC program, if I had a getkey command running in every loop, it would capture? I will have to try this when I have time.Do you mean like:Code: [Select]While (TRUE)If GetKey...EndWould it capture that?