This test has several features:
- The Threshold test page tests the touch press threshold on a UI object, like a button.
- The Filtering test page tests the touch drag event, with the display flickering if a drag event was detected.
- The Calibration test page tests the touch coordinates, displaying a grid on the whole screen and printing the coordinates of a touch press.
- The Drag test page tests the touch drag event, by displaying all the intermediary touch points between a press and a release
- The Target test page tests the touch coordinates, display a target randomly on the screen and printing the delta between the coordinates of a touch press and the center of target.
- MicroEJ SDK 4.0 or later
- Java JDK 1.7 or later
- Right Click on the project.
- Select Run as -> Run Configuration
- Select MicroEJ Application configuration kind
- Click on New launch configuration icon
- In Execution tab
- In Target frame, in Platform field, select a platform
- In Execution frame
- Select Execute on Device
- Press Apply
- Press Run
All dependencies are retrieved transitively by Ivy resolver.
N/A
None.