| 836 | [return: MarshalAs(UnmanagedType.Bool)] |
| 837 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_toggle_img_sz_16(string text, [MarshalAs(UnmanagedType.Bool)] ref bool pressed, IntPtr toggle_off, IntPtr toggle_on, UIBtnLayout image_layout, Vec2 size); |
| 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); |