mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Add set property function for doubles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user