Regenerate bindings

This commit is contained in:
goaaats 2025-07-20 01:23:58 +02:00
parent 6078c42963
commit e559ae6b20
310 changed files with 361033 additions and 717041 deletions

View file

@ -20,12 +20,12 @@ namespace Dalamud.Bindings.ImGui
public enum ImGuiSliderFlagsPrivate : int
{
/// <summary>
/// Should this slider be orientated vertically?<br/>
/// To be documented.
/// </summary>
Vertical = unchecked(1048576),
/// <summary>
/// Consider using g.NextItemData.ItemFlags |= ImGuiItemFlags_ReadOnly instead.<br/>
/// To be documented.
/// </summary>
ReadOnly = unchecked(2097152),
}