WIP Timestamps

This commit is contained in:
Jocke
2016-02-17 17:07:17 +01:00
parent 4432891437
commit d1832c1741
8 changed files with 82 additions and 36 deletions
+2
View File
@@ -16,6 +16,8 @@ struct InputCommand : Event
std::string Command;
/** The value of the command. */
float Value = 0;
/** Timestamp of the command. */
double TimeStamp = 0;
};
}