Home
Products
Community
Manuals
Contact
Login or Signup

Keyboard Repate Rate

BlitzPlus Forums/BlitzPlus Programming/Keyboard Repate Rate

jbomhold(Posted 1+ years ago) #1
How do you change the repate rate for the keyboard. I got it on a milsec right now but thats makes it to chopy for my game walking.


Ty


soja(Posted 1+ years ago) #2
Programmatically, you mean? I'm not sure one should change that (global) setting for their game. Would it work better for you just to use the keydown event instead of the keystroke event? Alternatively, you could use the keystroke event, but if not enough time has passed since you last animated, do nothing...

Sorry I didn't answer your question directly but I'm not sure it would be the best solution for you anyway, or maybe I just don't understand.


jbomhold(Posted 1+ years ago) #3
keystroke will use the defult repate rate im using keydown ill try that