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

Method IsMotionSmoothingEnabled

headers/openvr_api.cs:3297–3301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3295 return result;
3296 }
3297 public bool IsMotionSmoothingEnabled()
3298 {
3299 bool result = FnTable.IsMotionSmoothingEnabled();
3300 return result;
3301 }
3302 public bool IsMotionSmoothingSupported()
3303 {
3304 bool result = FnTable.IsMotionSmoothingSupported();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected