(svn r623) -Feature: [ 1066504 ] Pause key pauses the game

This commit is contained in:
tron
2004-11-15 10:04:57 +00:00
parent 95a3e4fe1f
commit 01e88bb61d
4 changed files with 7 additions and 1 deletions

1
sdl.c
View File

@@ -357,6 +357,7 @@ static const VkMapping _vk_mapping[] = {
AM(SDLK_0, SDLK_9, '0', '9'),
AS(SDLK_ESCAPE, WKC_ESC),
AS(SDLK_PAUSE, WKC_PAUSE),
AS(SDLK_BACKSPACE, WKC_BACKSPACE),
AS(SDLK_SPACE, WKC_SPACE),