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

Method PointerCount

StereoKit/Systems/Input.cs:614–615  ·  view source on GitHub ↗

The number of Pointer inputs that StereoKit is tracking that match the given filter. You can filter input sources using this bit flag. The number of Pointers StereoKit knows about that matches the given filter.

(InputSource filter = InputSource.Any)

Source from the content-addressed store, hash-verified

612 /// <returns>The number of Pointers StereoKit knows about that matches
613 /// the given filter.</returns>
614 public static int PointerCount(InputSource filter = InputSource.Any)
615 => NativeAPI.input_pointer_count(filter);
616 /// <summary>This gets the pointer by filter based index.</summary>
617 /// <param name="index">Index of the pointer.</param>
618 /// <param name="filter">Filter used to search for the Pointer.</param>

Callers 1

DrawPointersMethod · 0.80

Calls 1

input_pointer_countMethod · 0.80

Tested by

no test coverage detected