const char * | |
ovrKeyValuePairType_FromString ( const char * str ) |
ovrKeyValuePairType_String | |
ovrKeyValuePairType_Int | |
ovrKeyValuePairType_Double | |
ovrKeyValuePairType_Unknown |
| typedef enum ovrKeyValuePairType_ ovrKeyValuePairType ( ) |
|---|
No description available.
|
| const char* ovrKeyValuePairType_ToString ( ovrKeyValuePairType value ) |
|---|
Converts an ovrKeyValuePairType enum value to a string The returned string does not need to be freed |
| ovrKeyValuePairType ovrKeyValuePairType_FromString ( const char * str ) |
|---|
Converts a string representing an ovrKeyValuePairType enum value to an enum value |