MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / IsEnabled

Method IsEnabled

headers/openvr_api.cs:4322–4326  ·  view source on GitHub ↗
(uint nDriver)

Source from the content-addressed store, hash-verified

4320 return result;
4321 }
4322 public bool IsEnabled(uint nDriver)
4323 {
4324 bool result = FnTable.IsEnabled(nDriver);
4325 return result;
4326 }
4327}
4328
4329

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected