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

Method IsInputAvailable

headers/openvr_api.cs:2537–2541  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2535 return Marshal.PtrToStringAnsi(result);
2536 }
2537 public bool IsInputAvailable()
2538 {
2539 bool result = FnTable.IsInputAvailable();
2540 return result;
2541 }
2542 public bool IsSteamVRDrawingControllers()
2543 {
2544 bool result = FnTable.IsSteamVRDrawingControllers();

Callers 6

UpdateControllerAxesMethod · 0.80
RenderSceneMethod · 0.80
RenderControllerAxesMethod · 0.80
RenderSceneMethod · 0.80
UpdateControllerAxesMethod · 0.80
RenderSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected