Add set property function for doubles

This commit is contained in:
Ylva Selling
2023-02-28 10:05:52 -05:00
parent cc4e92e7fb
commit 4a617aa9eb
2 changed files with 17 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ private:
void setPropertyStringMpv(const char* name, const char* value);
void setPropertyAsyncMpv(int value, MpvKey key);
void setPropertyAsyncMpv(const char* value, MpvKey key);
void setPropertyAsyncMpv(double value, MpvKey key);
void getPropertyAsyncMpv(MpvKey key);
// Map to simulation time functions