changeset 1507 | 1ff64ad478b2 |
parent 1358 | c71e05b4dc2e |
child 1662 | 782fd950bd46 |
child 1895 | c121d94672cb |
child 4159 | a1b03ba2fcd0 |
--- a/include/SDL_keyboard.h Mon Mar 13 01:40:49 2006 +0000 +++ b/include/SDL_keyboard.h Mon Mar 13 01:41:32 2006 +0000 @@ -84,6 +84,7 @@ * If 'delay' is set to 0, keyboard repeat is disabled. */ extern DECLSPEC int SDLCALL SDL_EnableKeyRepeat(int delay, int interval); +extern DECLSPEC void SDLCALL SDL_GetKeyRepeat(int *delay, int *interval); /* * Get a snapshot of the current state of the keyboard.