Groundwork for input command proxy

This commit is contained in:
2015-12-11 00:37:48 +01:00
parent 6326a60a79
commit b4df0c49ae
10 changed files with 469 additions and 301 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ struct InputCommand : Event
/** The command that was sent. */
std::string Command;
/** The value of the command. */
float Value;
float Value = 0;
};
}