Keyread is Too Fast!
- Posted by C & K L <candk at TICNET.COM> Nov 18, 1998
- 521 views
How do you guys slow down input from keyread.e (using get_keys()) when you don't need it to be so fast? I've got a keystrokes / second thing, but it's inconsistent in maintaining satisfactory speeds. For instance, I want to go as fast as possible between different key presses, and I want some keys only repeating at about X times per second... I've considered using just get_key() twice, now, but both times ran into wanting to detect the Shift/Control/Alt keys... :) Thanks in advance! ck lester P.S. More info can be provided if needed.