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

Method input_pointer_count

StereoKit/Native/NativeAPI.cs:562–562  ·  view source on GitHub ↗
(InputSource filter = InputSource.Any)

Source from the content-addressed store, hash-verified

560 ///////////////////////////////////////////
561
562 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int input_pointer_count (InputSource filter = InputSource.Any);
563 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Pointer input_pointer (int index, InputSource filter = InputSource.Any);
564 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr input_hand (Handed hand);
565 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern HandSource input_hand_source (Handed hand);

Callers 1

PointerCountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected