| 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); |
| 803 | [return: MarshalAs(UnmanagedType.Bool)] |
| 804 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_hslider_at_16 (string id, ref float value, float min, float max, float step, Vec3 window_relative_pos, Vec2 size, UIConfirm confirm_method, UINotify notify_on); |