Package io.github.kingpulse.definitions
Class FindDirection
- java.lang.Object
-
- io.github.kingpulse.definitions.FindDirection
-
public class FindDirection extends java.lang.ObjectDefines int direction parameter for the xdo_find_window_client function. See xdo.h or xdotool interface.
-
-
Field Summary
Fields Modifier and Type Field Description static intFIND_CHILDRENstatic intFIND_PARENTS
-
Constructor Summary
Constructors Constructor Description FindDirection()
-
-
-
Field Detail
-
FIND_PARENTS
public static final int FIND_PARENTS
- See Also:
- Constant Field Values
-
FIND_CHILDREN
public static final int FIND_CHILDREN
- See Also:
- Constant Field Values
-
-