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