mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
Regenerate bindings
This commit is contained in:
parent
6078c42963
commit
e559ae6b20
310 changed files with 361033 additions and 717041 deletions
|
|
@ -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),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue