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

Function ovr_GetBool

Revive/REV_CAPI.cpp:1113–1118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1111}
1112
1113OVR_PUBLIC_FUNCTION(ovrBool) ovr_GetBool(ovrSession session, const char* propertyName, ovrBool defaultVal)
1114{
1115 REV_TRACE(ovr_GetBool);
1116
1117 return defaultVal;
1118}
1119
1120OVR_PUBLIC_FUNCTION(ovrBool) ovr_SetBool(ovrSession session, const char* propertyName, ovrBool value)
1121{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected