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

ovrKeyValuePair_makeInt Function

Helper function for making an int ovrKeyValuePair.
For example, ovrKeyValuePair_makeInt("key", 1);

Signature

ovrKeyValuePair ovrKeyValuePair_makeInt(const char *key, int value)

Parameters

key: const char *
value: int

Returns