Hello,
I wrote a program where I use SDL. I call SDL_EnableKeyRepeat() within the code. The same code runs on Windows fine with SDL_EnableKeyRepeat() working as expected but on gp2x not. Is SDL_EnableKeyRepeat() really supported on gp2x? Could not find any hint on web.
I can do a workaround...