MCPcopy Create free account
hub / github.com/LibreVR/Revive / ovr_GetBool

Function ovr_GetBool

ReviveXR/REV_CAPI.cpp:1301–1306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1299}
1300
1301OVR_PUBLIC_FUNCTION(ovrBool) ovr_GetBool(ovrSession session, const char* propertyName, ovrBool defaultVal)
1302{
1303 REV_TRACE(ovr_GetBool);
1304
1305 return defaultVal;
1306}
1307
1308OVR_PUBLIC_FUNCTION(ovrBool) ovr_SetBool(ovrSession session, const char* propertyName, ovrBool value)
1309{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected