| Interface | Description |
|---|---|
| Action |
Interface representing a single user-interaction action.
|
| HasInputDevices |
Interface implemented by each driver that allows access to the raw input devices.
|
| HasTouchScreen |
Interface implemented by each driver that allows access to touch screen capabilities.
|
| Keyboard |
Interface representing basic, low-level keyboard operations.
|
| Mouse |
Interface representing basic mouse operations.
|
| TouchScreen |
Interface representing basic touch screen operations.
|
| Exception | Description |
|---|---|
| InvalidCoordinatesException |
Indicates that the coordinates provided to an interactions operation are invalid.
|
| MoveTargetOutOfBoundsException |
Indicates that the target provided to the actions move() method is invalid - outside of
the size of the window.
|