mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +01:00
Regenerate bindings
This commit is contained in:
parent
6078c42963
commit
e559ae6b20
310 changed files with 361033 additions and 717041 deletions
|
|
@ -25,42 +25,42 @@ namespace Dalamud.Bindings.ImGui
|
|||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// Mouse position is within item rectangle (does NOT mean that the window is in correct z-order and can be hovered!, this is only one part of the most-common IsItemHovered test)<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
HoveredRect = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// g.LastItemData.DisplayRect is valid<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
HasDisplayRect = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// Value exposed by item was edited in the current frame (should match the bool return value of most widgets)<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Edited = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// Set when Selectable(), TreeNode() reports toggling a selection. We can't report "Selected", only state changes, in order to easily handle clipping with less issues.<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
ToggledSelection = unchecked(8),
|
||||
|
||||
/// <summary>
|
||||
/// Set when TreeNode() reports toggling their open state.<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
ToggledOpen = unchecked(16),
|
||||
|
||||
/// <summary>
|
||||
/// Set if the widgetgroup is able to provide data for the ImGuiItemStatusFlags_Deactivated flag.<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
HasDeactivated = unchecked(32),
|
||||
|
||||
/// <summary>
|
||||
/// Only valid if ImGuiItemStatusFlags_HasDeactivated is set.<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Deactivated = unchecked(64),
|
||||
|
||||
/// <summary>
|
||||
/// Override the HoveredWindow test to allow cross-window hover testing.<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
HoveredWindow = unchecked(128),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue