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

Function ovr_SetInt

Revive/REV_CAPI.cpp:1145–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143}
1144
1145OVR_PUBLIC_FUNCTION(ovrBool) ovr_SetInt(ovrSession session, const char* propertyName, int value)
1146{
1147 REV_TRACE(ovr_SetInt);
1148
1149 return false;
1150}
1151
1152OVR_PUBLIC_FUNCTION(float) ovr_GetFloat(ovrSession session, const char* propertyName, float defaultVal)
1153{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected