| 568 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_hand_override (Handed hand, [In] HandJoint[] hand_joints); |
| 569 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_hand_override (Handed hand, IntPtr hand_joints); |
| 570 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr input_mouse (); |
| 571 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr input_head (); |
| 572 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr input_eyes (); |
| 573 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState input_eyes_tracked (); |