Skip to content

Commit

Permalink
Added None to InputControlType enum
Browse files Browse the repository at this point in the history
  • Loading branch information
pbhogan committed Dec 24, 2014
1 parent 77c7601 commit 0b8c93f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/InControl/Source/Control/InputControlType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ namespace InControl
// TODO: This should be renamed to InputControlTarget.
public enum InputControlType : int
{
None = 0,

// Standardized.
//
LeftStickX,
Expand Down

0 comments on commit 0b8c93f

Please sign in to comment.