| 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); |
| 566 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr input_controller (Handed hand); |
| 567 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState input_controller_menu(); |