| 776 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_space (float space); |
| 777 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_vspace (float vertical_space); |
| 778 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_hspace (float horizontal_space); |
| 779 | |
| 780 | [return: MarshalAs(UnmanagedType.Bool)] |
| 781 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool ui_is_interacting (Handed hand); |