| 810 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_vslider_at_f64_16 (string id, ref double value, double min, double max, double step, Vec3 window_relative_pos, Vec2 size, UIConfirm confirm_method, UINotify notify_on); |
| 811 | |
| 812 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_hseparator (); |
| 813 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_label_16 (string text, [MarshalAs(UnmanagedType.Bool)] bool use_padding); |
| 814 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_label_sz_16 (string text, Vec2 size, [MarshalAs(UnmanagedType.Bool)] bool use_padding); |
| 815 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_text_16 (string text, TextAlign text_align); |