java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.InputMode
public class InputMode
extends Enum
static InputMode
DISABLED
SCREEN
WINDOW
value_
InputMode
and(InputMode other)
intern(int value)
or(InputMode other)
boolean
test(InputMode other)
xor(InputMode other)
equals
getValue
hashCode
public static final InputMode DISABLED
public static final InputMode SCREEN
public static final InputMode WINDOW
public InputMode and(InputMode other)
public static InputMode intern(int value)
public InputMode or(InputMode other)
public boolean test(InputMode other)
public InputMode xor(InputMode other)