From 01e88bb61d00c96991d9280cea6bc188cc42db33 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 15 Nov 2004 10:04:57 +0000 Subject: (svn r623) -Feature: [ 1066504 ] Pause key pauses the game --- window.h | 1 + 1 file changed, 1 insertion(+) (limited to 'window.h') diff --git a/window.h b/window.h index 510fdc6d8..92665b38f 100644 --- a/window.h +++ b/window.h @@ -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 °) WKC_BACKQUOTE = 45, + WKC_PAUSE = 46, // 0-9 are mapped to 48-57 // A-Z are mapped to 65-90 -- cgit v1.2.3-54-g00ecf