keyboard repeat delay
Submitted by nicromonicon on March 27, 2008 - 8:46am.
hey guys..im using tao framework with C# 2005..i have a problem with the keyboard repeat delay..i tried using Sdl.SDL_EnableKeyRepeat but it didnt work..any ideas?
thanks in advance 

Can you post a test case?
Can you post a test case?
okay here is the
okay here is the code...sorry it took me so long :$ i also want the grid to move when i press the arrow keys as if im walking on it..
http://download.yousendit.com/71C8996070C71D44
another link
http://download.yousendit.com/666BBC04523F2777
thanks
I've run into this problem
I've run into this problem as well. I have the following in my code:
Sdl.SDL_EnableKeyRepeat(0, 0);
Regardless of what values are submitted for 'rate' and 'delay', key repeat is always on (and appears to be set to a very small delay and a very high rate).
I'm using Tao 2.1 in OS X. I checked the bug list but didn't see anything related to this.
Has anyone else run into this problem?
Never mind. It was actually
Never mind. It was actually just the way the event loop is set up in the 'rectangles' example that comes with the Tao framework that was causing SDL_EnableKeyRepeat to appear not to work.