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

Method IsMotionSmoothingSupported

headers/openvr_api.cs:3302–3306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3300 return result;
3301 }
3302 public bool IsMotionSmoothingSupported()
3303 {
3304 bool result = FnTable.IsMotionSmoothingSupported();
3305 return result;
3306 }
3307 public bool IsCurrentSceneFocusAppLoading()
3308 {
3309 bool result = FnTable.IsCurrentSceneFocusAppLoading();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected