| 838 | [return: MarshalAs(UnmanagedType.Bool)] |
| 839 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_model (IntPtr model, Vec2 ui_size, float model_scale); |
| 840 | [return: MarshalAs(UnmanagedType.Bool)] |
| 841 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_input_16 (string id, StringBuilder buffer, int buffer_size, Vec2 size, TextContext type); |
| 842 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_progress_bar (float percent, float width); |
| 843 | [return: MarshalAs(UnmanagedType.Bool)] |
| 844 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_hslider_16 (string id, ref float value, float min, float max, float step, float width, UIConfirm confirm_method, UINotify notify_on); |