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:
@@ -29,6 +29,7 @@ void VControl_Uninit (void);
|
|||||||
iterators and used to construct bindings. */
|
iterators and used to construct bindings. */
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
VCONTROL_NONE,
|
||||||
VCONTROL_KEY,
|
VCONTROL_KEY,
|
||||||
VCONTROL_JOYAXIS,
|
VCONTROL_JOYAXIS,
|
||||||
VCONTROL_JOYBUTTON,
|
VCONTROL_JOYBUTTON,
|
||||||
|
|||||||
Reference in New Issue
Block a user