Intrinsics-200 GetKeyboardParams |
Top Previous Next |
200: GetKeyboardParams(addr Delay, addr Speed);
This Instrinic returns information about the keyboard dynamics. It is returns the following values:
Delay: This is the delay before the keyboard begins responding a key press. The values can range from 0 to 3; 0 means no delay, 3 means maximum delay;
Speed: This is the repetition rate when a key is held down so it begins auto repeating. The values can range from 1 to 31 - 1 means one character per second; 31 means 31 characters per second.
|