summaryrefslogtreecommitdiff
path: root/setup/keyboard.h
diff options
context:
space:
mode:
authorSimon Howard2007-03-16 21:43:28 +0000
committerSimon Howard2007-03-16 21:43:28 +0000
commit1658ae111ec89bc32d63dcb12848337a968a0400 (patch)
tree6918e6b44f12c7e9c6b7f455ce95014f91d712eb /setup/keyboard.h
parentb8e861b27e87b35cecc3a057511f65419184cc4d (diff)
downloadchocolate-doom-1658ae111ec89bc32d63dcb12848337a968a0400.tar.gz
chocolate-doom-1658ae111ec89bc32d63dcb12848337a968a0400.tar.bz2
chocolate-doom-1658ae111ec89bc32d63dcb12848337a968a0400.zip
Add config file option to enable/disable native keyboard bindings.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 860
Diffstat (limited to 'setup/keyboard.h')
-rw-r--r--setup/keyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/keyboard.h b/setup/keyboard.h
index e4cb2139..6442e1e4 100644
--- a/setup/keyboard.h
+++ b/setup/keyboard.h
@@ -33,6 +33,7 @@ extern int key_use;
extern int key_strafe;
extern int key_speed;
extern int joybspeed;
+extern int vanilla_keyboard_mapping;
void ConfigKeyboard(void);