| 792 | [return: MarshalAs(UnmanagedType.Bool)] |
| 793 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_at_16 (string text, Vec3 window_relative_pos, Vec2 size); |
| 794 | [return: MarshalAs(UnmanagedType.Bool)] |
| 795 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_img_16 (string text, IntPtr image, UIBtnLayout image_layout, Vec3 window_relative_pos, Vec2 size); |
| 796 | [return: MarshalAs(UnmanagedType.Bool)] |
| 797 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_round_at_16(string text, IntPtr image_sprite, Vec3 window_relative_pos, float diameter); |
| 798 | [return: MarshalAs(UnmanagedType.Bool)] |