Package io.github.kingpulse.definitions
Class XDoFeatures
- java.lang.Object
-
- io.github.kingpulse.definitions.XDoFeatures
-
public class XDoFeatures extends java.lang.ObjectAs of current implementation of xdotool the only feature is FEATURE_XTEST. This class is created for sake of completion. Used for feature parameter. Author: Edwin Heerschap
-
-
Field Summary
Fields Modifier and Type Field Description static intFEATURE_XTEST
-
Constructor Summary
Constructors Constructor Description XDoFeatures()
-
-
-
Field Detail
-
FEATURE_XTEST
public static final int FEATURE_XTEST
- See Also:
- Constant Field Values
-
-