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
|
|
@ -25,17 +25,17 @@ namespace Dalamud.Bindings.ImGui
|
|||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// Favor activation that requires keyboard text input (e.g. for SliderDrag). Default for Enter key.<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
PreferInput = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// Favor activation for tweaking with arrows or gamepad (e.g. for SliderDrag). Default for Space key and if keyboard is not used.<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
PreferTweak = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// Request widget to preserve state if it can (e.g. InputText will try to preserve cursorselection)<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
TryToPreserveState = unchecked(4),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue