Added a "None" gesture for cleaner reporting of blank/erroneous controls

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2686 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2007-01-30 05:54:30 +00:00
parent 882e9354d6
commit 6fa3426157
@@ -29,6 +29,7 @@ void VControl_Uninit (void);
iterators and used to construct bindings. */
typedef enum {
VCONTROL_NONE,
VCONTROL_KEY,
VCONTROL_JOYAXIS,
VCONTROL_JOYBUTTON,