|
|
@ -202,8 +202,8 @@ enum ImGuiColumnsFlags_
|
|
|
|
enum ImGuiSelectableFlagsPrivate_
|
|
|
|
enum ImGuiSelectableFlagsPrivate_
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// NB: need to be in sync with last value of ImGuiSelectableFlags_
|
|
|
|
// NB: need to be in sync with last value of ImGuiSelectableFlags_
|
|
|
|
ImGuiSelectableFlags_Menu = 1 << 3,
|
|
|
|
ImGuiSelectableFlags_Menu = 1 << 3, // -> PressedOnClick
|
|
|
|
ImGuiSelectableFlags_MenuItem = 1 << 4,
|
|
|
|
ImGuiSelectableFlags_MenuItem = 1 << 4, // -> PressedOnRelease
|
|
|
|
ImGuiSelectableFlags_Disabled = 1 << 5,
|
|
|
|
ImGuiSelectableFlags_Disabled = 1 << 5,
|
|
|
|
ImGuiSelectableFlags_DrawFillAvailWidth = 1 << 6
|
|
|
|
ImGuiSelectableFlags_DrawFillAvailWidth = 1 << 6
|
|
|
|
};
|
|
|
|
};
|
|
|
|