(Handed hand, [MarshalAs(UnmanagedType.Bool)] bool visible)
| 583 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_text_reset (); |
| 584 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_text_inject_char(uint character); |
| 585 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_hand_visible (Handed hand, [MarshalAs(UnmanagedType.Bool)] bool visible); |
| 586 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_hand_solid (Handed hand, [MarshalAs(UnmanagedType.Bool)] bool solid); |
| 587 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_hand_material(Handed hand, IntPtr material); |
| 588 |
no outgoing calls
no test coverage detected