This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| enum | ovrUserPresenceStatus_ { ovrUserPresenceStatus_.ovrUserPresenceStatus_Unknown , ovrUserPresenceStatus_.ovrUserPresenceStatus_Online , ovrUserPresenceStatus_.ovrUserPresenceStatus_Offline } |
| enum ovrUserPresenceStatus_ |
| const char * | |
| ovrUserPresenceStatus | ovrUserPresenceStatus_FromString ( const char * str ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
#ifndef OVR_USER_PRESENCE_STATUS_H
#define OVR_USER_PRESENCE_STATUS_H
#include "OVR_Platform_Defs.h"
typedefenum ovrUserPresenceStatus_ {
ovrUserPresenceStatus_Unknown,
ovrUserPresenceStatus_Online,
ovrUserPresenceStatus_Offline,
} ovrUserPresenceStatus;
OVRPL_PUBLIC_FUNCTION(constchar*) ovrUserPresenceStatus_ToString(ovrUserPresenceStatus value);
OVRPL_PUBLIC_FUNCTION(ovrUserPresenceStatus) ovrUserPresenceStatus_FromString(constchar* str);
#endif