接口 JImPopupFlags


public interface JImPopupFlags
从以下版本开始:
undecidable
  • 嵌套类概要

    嵌套类
    修饰符和类型
    接口
    说明
    static class 
     
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static int
     
    static int
    For+IsPopupOpen%28%29%3A+ignore+the+ImGuiID+parameter+and+test+for+any+popup.
    static int
    For+IsPopupOpen%28%29%3A+search%7Ctest+at+any+level+of+the+popup+stack+%28default+test+in+the+current+level%29
    static int
     
    static int
    For+BeginPopupContext*%28%29%3A+open+on+Left+Mouse+release.
    static int
     
    static int
    For+BeginPopupContext*%28%29%3A+open+on+Middle+Mouse+release.
    static int
    For+BeginPopupContext*%28%29%3A+open+on+Right+Mouse+release.
    static int
     
    static int
    For+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
    static int
    For+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 MouseButtonLeft
      For+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 MouseButtonRight
      For+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 MouseButtonMiddle
      For+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 NoOpenOverExistingPopup
      For+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 NoOpenOverItems
      For+BeginPopupContextWindow%28%29%3A+don%27t+return+true+when+hovering+items%2C+only+when+hovering+empty+space
      另请参阅:
      常量字段值
    • AnyPopupId

      static final int AnyPopupId
      For+IsPopupOpen%28%29%3A+ignore+the+ImGuiID+parameter+and+test+for+any+popup.
      另请参阅:
      常量字段值
    • AnyPopupLevel

      static final int AnyPopupLevel
      For+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
      另请参阅:
      常量字段值