接口 JImConfigFlags


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

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

    字段
    修饰符和类型
    字段
    说明
    static int
    Application+is+SRGB-aware.
    static int
    Application+is+using+a+touch+screen+instead+of+a+mouse.
    static int
    Master+gamepad+navigation+enable+flag.
    static int
    Master+keyboard+navigation+enable+flag.
    static int
    Instruct+navigation+to+move+the+mouse+cursor.
    static int
    Instruct+navigation+to+not+set+the+io.WantCaptureKeyboard+flag+when+io.NavActive+is+set.
    static int
    Instruct+imgui+to+clear+mouse+position%7Cbuttons+in+NewFrame%28%29.
    static int
    Instruct+backend+to+not+alter+mouse+cursor+shape+and+visibility.
    static int
     
  • 字段详细资料

    • None

      static final int None
      另请参阅:
      常量字段值
    • NoMouse

      static final int NoMouse
      Instruct+imgui+to+clear+mouse+position%7Cbuttons+in+NewFrame%28%29.+This+allows+ignoring+the+mouse+information+set+by+the+backend.
      另请参阅:
      常量字段值
    • NoMouseCursorChange

      static final int NoMouseCursorChange
      Instruct+backend+to+not+alter+mouse+cursor+shape+and+visibility.+Use+if+the+backend+cursor+changes+are+interfering+with+yours+and+you+don%27t+want+to+use+SetMouseCursor%28%29+to+change+mouse+cursor.+You+may+want+to+honor+requests+from+imgui+by+reading+GetMouseCursor%28%29+yourself+instead.
      另请参阅:
      常量字段值
    • IsSRGB

      static final int IsSRGB
      Application+is+SRGB-aware.
      另请参阅:
      常量字段值
    • IsTouchScreen

      static final int IsTouchScreen
      Application+is+using+a+touch+screen+instead+of+a+mouse.
      另请参阅:
      常量字段值