mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
Regenerate bindings
This commit is contained in:
parent
6078c42963
commit
e559ae6b20
310 changed files with 361033 additions and 717041 deletions
|
|
@ -20,7 +20,7 @@ namespace Dalamud.Bindings.ImGui
|
|||
public enum ImGuiInputTextFlagsPrivate : int
|
||||
{
|
||||
/// <summary>
|
||||
/// For internal use by InputTextMultiline()<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Multiline = unchecked(67108864),
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ namespace Dalamud.Bindings.ImGui
|
|||
NoMarkEdited = unchecked(134217728),
|
||||
|
||||
/// <summary>
|
||||
/// For internal use by TempInputText(), will skip calling ItemAdd(). Require bounding-box to strictly match.<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MergedItem = unchecked(268435456),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue