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

@ -25,22 +25,22 @@ namespace Dalamud.Bindings.ImGui
NoHoldingActiveId = unchecked(1048576),
/// <summary>
/// (WIP) Auto-select when moved into. This is not exposed in public API as to handle multi-select and modifiers we will need user to explicitly control focus scope. May be replaced with a BeginSelection() API.<br/>
/// To be documented.
/// </summary>
SelectOnNav = unchecked(2097152),
/// <summary>
/// Override button behavior to react on Click (default is Click+Release)<br/>
/// To be documented.
/// </summary>
SelectOnClick = unchecked(4194304),
/// <summary>
/// Override button behavior to react on Release (default is Click+Release)<br/>
/// To be documented.
/// </summary>
SelectOnRelease = unchecked(8388608),
/// <summary>
/// Span all avail width even if we declared less for layout purpose. FIXME: We may be able to remove this (added in 6251d379, 2bcafc86 for menus)<br/>
/// To be documented.
/// </summary>
SpanAvailWidth = unchecked(16777216),
@ -50,12 +50,12 @@ namespace Dalamud.Bindings.ImGui
DrawHoveredWhenHeld = unchecked(33554432),
/// <summary>
/// Set NavFocus ID on mouse hover (used by MenuItem)<br/>
/// To be documented.
/// </summary>
SetNavIdOnHover = unchecked(67108864),
/// <summary>
/// Disable padding each side with ItemSpacing * 0.5f<br/>
/// To be documented.
/// </summary>
NoPadWithHalfSpacing = unchecked(134217728),
}