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
| struct ovrUserReportID * |
| bool | ovr_UserReportID_GetDidCancel ( const ovrUserReportIDHandle obj ) Whether the viewer chose to cancel the report flow. |
| ovrID | ovr_UserReportID_GetID ( const ovrUserReportIDHandle obj ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_USERREPORTID_H #define OVR_USERREPORTID_H #include "OVR_Platform_Defs.h" #include "OVR_Types.h" #include <stdbool.h> typedefstruct ovrUserReportID *ovrUserReportIDHandle; OVRP_PUBLIC_FUNCTION(bool) ovr_UserReportID_GetDidCancel(const ovrUserReportIDHandle obj); OVRP_PUBLIC_FUNCTION(ovrID) ovr_UserReportID_GetID(const ovrUserReportIDHandle obj); #endif