org.gnu.gdk
public class AxisUse extends Enum
| Field Summary | |
|---|---|
| static AxisUse | IGNORE |
| static AxisUse | LAST |
| static AxisUse | PRESSURE |
| static AxisUse | WHEEL |
| static AxisUse | X |
| static AxisUse | XTILT |
| static AxisUse | Y |
| static AxisUse | YTILT |
| Method Summary | |
|---|---|
| AxisUse | and(AxisUse other) |
| static AxisUse | intern(int value) |
| AxisUse | or(AxisUse other) |
| boolean | test(AxisUse other) |
| AxisUse | xor(AxisUse other) |