(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

View File

@@ -115,6 +115,7 @@ static const VkMapping _vk_mapping[] = {
AS(220, WKC_BACKQUOTE),
AS(VK_ESCAPE, WKC_ESC),
AS(VK_PAUSE, WKC_PAUSE),
AS(VK_BACK, WKC_BACKSPACE),
AM(VK_INSERT,VK_DELETE,WKC_INSERT, WKC_DELETE),