org.gnu.gdk
public class InputMode extends Enum
| Field Summary | |
|---|---|
| static InputMode | DISABLED |
| static InputMode | SCREEN |
| static InputMode | WINDOW |
| Method Summary | |
|---|---|
| InputMode | and(InputMode other) |
| static InputMode | intern(int value) |
| InputMode | or(InputMode other) |
| boolean | test(InputMode other) |
| InputMode | xor(InputMode other) |