Keyboard repeat rate
BlitzPlus Forums/BlitzPlus Programming/Keyboard repeat rate
| ||
was wondering if something had changed with the keyboard delay before you get repeat events? This may be something to do with the slow down in speed I have seen reported and wittnessed in my own apps Blitz+ v1.34. cant track it down to anything more specific than that at this time. |
| ||
think something is going on here that i dont quite understand if you presd a alpha key 'qwerty' you get a $101 event followed by a $103 event however if you press the arrow keys you get a $101 event only then there is another problem for games if you press and hold the keys there is a long delay before you get the keystroke event (dont think this was there before) |
| ||
Hi, With the event_viewer.bb sample, I get $103 events for arrow keys...do you? |