public final class ImGuiPopupFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AnyPopup |
static int |
AnyPopupId
For IsPopupOpen(): ignore the ImGuiID parameter and test for any popup.
|
static int |
AnyPopupLevel
For IsPopupOpen(): search/test at any level of the popup stack (default test in the current level)
|
static int |
MouseButtonDefault |
static int |
MouseButtonLeft
For BeginPopupContext*(): open on Left Mouse release.
|
static int |
MouseButtonMask |
static int |
MouseButtonMiddle
For BeginPopupContext*(): open on Middle Mouse release.
|
static int |
MouseButtonRight
For BeginPopupContext*(): open on Right Mouse release.
|
static int |
None |
static int |
NoOpenOverExistingPopup
For OpenPopup*(), BeginPopupContext*(): don't open if there's already a popup at the same level of the popup stack
|
static int |
NoOpenOverItems
For BeginPopupContextWindow(): don't return true when hovering items, only when hovering empty space
|
public static final int None
public static final int MouseButtonLeft
public static final int MouseButtonRight
public static final int MouseButtonMiddle
public static final int MouseButtonMask
public static final int MouseButtonDefault
public static final int NoOpenOverExistingPopup
public static final int NoOpenOverItems
public static final int AnyPopupId
public static final int AnyPopupLevel
public static final int AnyPopup