| 796 | [return: MarshalAs(UnmanagedType.Bool)] |
| 797 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_round_at_16(string text, IntPtr image_sprite, Vec3 window_relative_pos, float diameter); |
| 798 | [return: MarshalAs(UnmanagedType.Bool)] |
| 799 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_toggle_at_16 (string text, [MarshalAs(UnmanagedType.Bool)] ref bool pressed, Vec3 window_relative_pos, Vec2 size); |
| 800 | [return: MarshalAs(UnmanagedType.Bool)] |
| 801 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_toggle_img_at_16 (string text, [MarshalAs(UnmanagedType.Bool)] ref bool pressed, IntPtr toggle_off, IntPtr toggle_on, UIBtnLayout image_layout, Vec3 window_relative_pos, Vec2 size); |
| 802 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_progress_bar_at (float percent, Vec3 window_relative_pos, Vec2 size); |