(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

@@ -128,6 +128,7 @@ enum WindowKeyCodes {
// we only store this key here, no matter what character is really mapped to it
// on a particular keyboard. (US keyboard: ` and ~ ; German keyboard: ^ and <20>)
WKC_BACKQUOTE = 45,
WKC_PAUSE = 46,
// 0-9 are mapped to 48-57
// A-Z are mapped to 65-90