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

Method Pointer

StereoKit/Systems/Input.cs:620–621  ·  view source on GitHub ↗

This gets the pointer by filter based index. Index of the pointer. Filter used to search for the Pointer. The Pointer data.

(int index, InputSource filter = InputSource.Any)

Source from the content-addressed store, hash-verified

618 /// <param name="filter">Filter used to search for the Pointer.</param>
619 /// <returns>The Pointer data.</returns>
620 public static Pointer Pointer(int index, InputSource filter = InputSource.Any)
621 => NativeAPI.input_pointer(index, filter);
622
623 static void Initialize()
624 {

Callers 1

DrawPointersMethod · 0.80

Calls 1

input_pointerMethod · 0.80

Tested by

no test coverage detected