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)
| 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> |
no test coverage detected