MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / input_eyes

Method input_eyes

StereoKit/Native/NativeAPI.cs:572–572  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

570 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr input_mouse ();
571 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr input_head ();
572 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr input_eyes ();
573 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState input_eyes_tracked ();
574 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState input_key (Key key);
575

Callers 1

InputClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected