changeset 7258 | 89d47188c9a4 |
parent 7191 | 75360622e65f |
child 7312 | b36811d7db33 |
7257:5997d00782e8 | 7258:89d47188c9a4 |
---|---|
827 void |
827 void |
828 SDL_KeyboardQuit(void) |
828 SDL_KeyboardQuit(void) |
829 { |
829 { |
830 } |
830 } |
831 |
831 |
832 Uint8 * |
832 const Uint8 * |
833 SDL_GetKeyboardState(int *numkeys) |
833 SDL_GetKeyboardState(int *numkeys) |
834 { |
834 { |
835 SDL_Keyboard *keyboard = &SDL_keyboard; |
835 SDL_Keyboard *keyboard = &SDL_keyboard; |
836 |
836 |
837 if (numkeys != (int *) 0) { |
837 if (numkeys != (int *) 0) { |