VControl control schema version updated
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2205 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
Changes towards version 0.5:
|
Changes towards version 0.5:
|
||||||
|
- Control scheme upgrades checked (VControl Version upgrade) - Michael
|
||||||
- Better instant-move (for debugging) - SvdB
|
- Better instant-move (for debugging) - SvdB
|
||||||
- Fixed version checking in unix build scripts. SDL 1.2.10 is
|
- Fixed version checking in unix build scripts. SDL 1.2.10 is
|
||||||
now recognised as newer than 1.2.9. - SvdB
|
now recognised as newer than 1.2.9. - SvdB
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Default UQM input configuration file.
|
# Default UQM input configuration file.
|
||||||
|
|
||||||
# This is a VCONTROL version 1 config file (UQM 0.3 or later).
|
# This is a VCONTROL version 2 config file (UQM 0.5 or later).
|
||||||
version 1
|
version 2
|
||||||
|
|
||||||
# Keyboard control definitions follow this point. Most keys can be
|
# Keyboard control definitions follow this point. Most keys can be
|
||||||
# described in a straightforward manner; consult the name table in
|
# described in a straightforward manner; consult the name table in
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ static BOOLEAN InputInitialized = FALSE;
|
|||||||
|
|
||||||
static BOOLEAN _in_character_mode = FALSE;
|
static BOOLEAN _in_character_mode = FALSE;
|
||||||
|
|
||||||
#define VCONTROL_VERSION 1
|
#define VCONTROL_VERSION 2
|
||||||
|
|
||||||
static VControl_NameBinding control_names[] = {
|
static VControl_NameBinding control_names[] = {
|
||||||
{ "Menu-Up", (int *)&ImmediateInputState.key[KEY_MENU_UP] },
|
{ "Menu-Up", (int *)&ImmediateInputState.key[KEY_MENU_UP] },
|
||||||
|
|||||||
Reference in New Issue
Block a user