| 826 | [return: MarshalAs(UnmanagedType.Bool)] |
| 827 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_img_at_16(string text, IntPtr image, UIBtnLayout image_layout, Vec3 window_relative_pos, Vec2 size, Color image_tint); |
| 828 | [return: MarshalAs(UnmanagedType.Bool)] |
| 829 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_round_16 (string id, IntPtr image, float diameter); |
| 830 | [return: MarshalAs(UnmanagedType.Bool)] |
| 831 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_toggle_16 (string text, [MarshalAs(UnmanagedType.Bool)] ref bool pressed); |
| 832 | [return: MarshalAs(UnmanagedType.Bool)] |