接口 JImPopupFlags
public interface JImPopupFlags
- 从以下版本开始:
- undecidable
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static intstatic intFor+IsPopupOpen%28%29%3A+ignore+the+ImGuiID+parameter+and+test+for+any+popup.static intFor+IsPopupOpen%28%29%3A+search%7Ctest+at+any+level+of+the+popup+stack+%28default+test+in+the+current+level%29static intstatic intFor+BeginPopupContext*%28%29%3A+open+on+Left+Mouse+release.static intstatic intFor+BeginPopupContext*%28%29%3A+open+on+Middle+Mouse+release.static intFor+BeginPopupContext*%28%29%3A+open+on+Right+Mouse+release.static intstatic intFor+OpenPopup*%28%29%2C+BeginPopupContext*%28%29%3A+don%27t+open+if+there%27s+already+a+popup+at+the+same+level+of+the+popup+stackstatic intFor+BeginPopupContextWindow%28%29%3A+don%27t+return+true+when+hovering+items%2C+only+when+hovering+empty+space
-
字段详细资料
-
None
static final int None- 另请参阅:
- 常量字段值
-
MouseButtonLeft
static final int MouseButtonLeftFor+BeginPopupContext*%28%29%3A+open+on+Left+Mouse+release.+Guaranteed+to+always+be+%3D%3D+0+%28same+as+ImGuiMouseButton_Left%29- 另请参阅:
- 常量字段值
-
MouseButtonRight
static final int MouseButtonRightFor+BeginPopupContext*%28%29%3A+open+on+Right+Mouse+release.+Guaranteed+to+always+be+%3D%3D+1+%28same+as+ImGuiMouseButton_Right%29- 另请参阅:
- 常量字段值
-
MouseButtonMiddle
static final int MouseButtonMiddleFor+BeginPopupContext*%28%29%3A+open+on+Middle+Mouse+release.+Guaranteed+to+always+be+%3D%3D+2+%28same+as+ImGuiMouseButton_Middle%29- 另请参阅:
- 常量字段值
-
MouseButtonMask
static final int MouseButtonMask- 另请参阅:
- 常量字段值
-
MouseButtonDefault
static final int MouseButtonDefault- 另请参阅:
- 常量字段值
-
NoOpenOverExistingPopup
static final int NoOpenOverExistingPopupFor+OpenPopup*%28%29%2C+BeginPopupContext*%28%29%3A+don%27t+open+if+there%27s+already+a+popup+at+the+same+level+of+the+popup+stack- 另请参阅:
- 常量字段值
-
NoOpenOverItems
static final int NoOpenOverItemsFor+BeginPopupContextWindow%28%29%3A+don%27t+return+true+when+hovering+items%2C+only+when+hovering+empty+space- 另请参阅:
- 常量字段值
-
AnyPopupId
static final int AnyPopupIdFor+IsPopupOpen%28%29%3A+ignore+the+ImGuiID+parameter+and+test+for+any+popup.- 另请参阅:
- 常量字段值
-
AnyPopupLevel
static final int AnyPopupLevelFor+IsPopupOpen%28%29%3A+search%7Ctest+at+any+level+of+the+popup+stack+%28default+test+in+the+current+level%29- 另请参阅:
- 常量字段值
-
AnyPopup
static final int AnyPopup- 另请参阅:
- 常量字段值
-