window.h
changeset 424 4c7808af7526
parent 380 03dd36311cc1
child 543 e3b43338096b
--- a/window.h	Mon Nov 15 09:05:06 2004 +0000
+++ b/window.h	Mon Nov 15 10:04:57 2004 +0000
@@ -128,6 +128,7 @@
 	// 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