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

Function ovr_SetInt

ReviveXR/REV_CAPI.cpp:1326–1331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1324}
1325
1326OVR_PUBLIC_FUNCTION(ovrBool) ovr_SetInt(ovrSession session, const char* propertyName, int value)
1327{
1328 REV_TRACE(ovr_SetInt);
1329
1330 return false;
1331}
1332
1333OVR_PUBLIC_FUNCTION(float) ovr_GetFloat(ovrSession session, const char* propertyName, float defaultVal)
1334{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected