diff options
author | Simon Howard | 2007-06-20 00:37:40 +0000 |
---|---|---|
committer | Simon Howard | 2007-06-20 00:37:40 +0000 |
commit | 856eebe52624ba5d780436feb349ea5ff2ee46b4 (patch) | |
tree | aea6417f30dc26af06650457e1032bbaccdf5d94 /setup/joystick.h | |
parent | d004976261747a47389b14eaf0d695a14fa0f497 (diff) | |
download | chocolate-doom-856eebe52624ba5d780436feb349ea5ff2ee46b4.tar.gz chocolate-doom-856eebe52624ba5d780436feb349ea5ff2ee46b4.tar.bz2 chocolate-doom-856eebe52624ba5d780436feb349ea5ff2ee46b4.zip |
Add new configuration options for the mouse and joystick for controls
that are available through the keyboard. Justification: this is already
possible through advanced mouse drivers and programs like js2x, so there
might as well be a proper interface for it.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 918
Diffstat (limited to 'setup/joystick.h')
-rw-r--r-- | setup/joystick.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup/joystick.h b/setup/joystick.h index 30b568ad..39cf0bf4 100644 --- a/setup/joystick.h +++ b/setup/joystick.h @@ -27,6 +27,8 @@ extern int joybfire; extern int joybstrafe; extern int joybuse; extern int joybspeed; +extern int joybstrafeleft; +extern int joybstraferight; extern int joystick_index; extern int joystick_x_axis; |