forked from mirror/OpenTTD
(svn r623) -Feature: [ 1066504 ] Pause key pauses the game
This commit is contained in:
1
window.h
1
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 <20>)
|
||||
WKC_BACKQUOTE = 45,
|
||||
WKC_PAUSE = 46,
|
||||
|
||||
// 0-9 are mapped to 48-57
|
||||
// A-Z are mapped to 65-90
|
||||
|
Reference in New Issue
Block a user