org.gnu.gdk
public class InputSource extends Enum
| Field Summary | |
|---|---|
| static InputSource | CURSOR |
| static InputSource | ERASER |
| static InputSource | MOUSE |
| static InputSource | PEN |
| Method Summary | |
|---|---|
| InputSource | and(InputSource other) |
| static InputSource | intern(int value) |
| InputSource | or(InputSource other) |
| boolean | test(InputSource other) |
| InputSource | xor(InputSource other) |