接口 JImFocusedFlags
public interface JImFocusedFlags
- 从以下版本开始:
- undecidable
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static intIsWindowFocused%28%29%3A+Return+true+if+any+window+is+focused.static intIsWindowFocused%28%29%3A+Return+true+if+any+children+of+the+window+is+focusedstatic intstatic intstatic intIsWindowFocused%28%29%3A+Test+from+root+window+%28top+most+parent+of+the+current+hierarchy%29
-
字段详细资料
-
None
static final int None- 另请参阅:
- 常量字段值
-
ChildWindows
static final int ChildWindowsIsWindowFocused%28%29%3A+Return+true+if+any+children+of+the+window+is+focused- 另请参阅:
- 常量字段值
-
RootWindow
static final int RootWindowIsWindowFocused%28%29%3A+Test+from+root+window+%28top+most+parent+of+the+current+hierarchy%29- 另请参阅:
- 常量字段值
-
AnyWindow
static final int AnyWindowIsWindowFocused%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- 另请参阅:
- 常量字段值
-