Table 3.
Swipe gesture metrics collected from all 3 games.
| Metric | Description |
| swipe_ID | The swipe event identifier |
| swipe_event_time | Time in seconds from the game launch when this swipe event occurred |
| swipe_start_time | Time in seconds from the game level when this swipe started |
| swipe_end_time | Time in seconds from the game level when this swipe ended |
| swipe_start_pos | The x-axis and y-axis coordinate positions of the screen touch when swipe started |
| swipe_end_pos | The x-axis and y-axis coordinate positions of the screen touch when swipe ended |
| swipe_pos | A list of all x-axis and y-axis coordinate positions for the current swipe |
| swipe_start_pressa | The pressure applied to the screen when swipe was started |
| swipe_end_press | The pressure applied to the screen when swipe was ended |
| swipe_start_press_variance | The variance in the pressure when the swipe was started |
| swipe_end_press_variance | The variance in the pressure when the swipe was ended |
| swipe_press | The average pressure applied for the duration of the current swipe |
| swipe_press_variance | The overall variance in the pressure for the duration of the current swipe |
| swipe_speed | The speed of the current swipe |
| swipe_duration | The total time in seconds it took to complete the current swipe |
| swipe_distance | The total distance of the screen covered during the current swipe |
| swipe_directionb | The direction in which the current swipe was performed |
| time_between_swipes | The time in seconds that elapsed since the previous swipe |
apress: touch pressure.
bSwipe direction was calculated only for puzzle and infinite runner games.