接口 JImFocusedFlags


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

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

    字段
    修饰符和类型
    字段
    说明
    static int
    IsWindowFocused%28%29%3A+Return+true+if+any+window+is+focused.
    static int
    IsWindowFocused%28%29%3A+Return+true+if+any+children+of+the+window+is+focused
    static int
     
    static int
     
    static int
    IsWindowFocused%28%29%3A+Test+from+root+window+%28top+most+parent+of+the+current+hierarchy%29
  • 字段详细资料

    • None

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

      static final int ChildWindows
      IsWindowFocused%28%29%3A+Return+true+if+any+children+of+the+window+is+focused
      另请参阅:
      常量字段值
    • RootWindow

      static final int RootWindow
      IsWindowFocused%28%29%3A+Test+from+root+window+%28top+most+parent+of+the+current+hierarchy%29
      另请参阅:
      常量字段值
    • AnyWindow

      static final int AnyWindow
      IsWindowFocused%28%29%3A+Return+true+if+any+window+is+focused.+Important%3A+If+you+are+trying+to+tell+how+to+dispatch+your+low-level+inputs%2C+do+NOT+use+this.+Use+%27io.WantCaptureMouse%27+instead%21+Please+read+the+FAQ%21
      另请参阅:
      常量字段值
    • RootAndChildWindows

      static final int RootAndChildWindows
      另请参阅:
      常量字段值