API reference
API reference
Select your platform
No SDKs available
No versions available

ovrKeyValuePair_makeString Function

Helper function for making a string ovrKeyValuePair.
For example, ovrKeyValuePair_makeString("key", "value");

Signature

ovrKeyValuePair ovrKeyValuePair_makeString(const char *key, const char *value)

Parameters

key: const char *
value: const char *

Returns