diff --git a/utils/image_processing/__init__.py b/utils/image_processing/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/utils/image_processing/chrome_start.png b/utils/image_processing/chrome_start.png new file mode 100644 index 0000000..24a65c2 Binary files /dev/null and b/utils/image_processing/chrome_start.png differ diff --git a/utils/image_processing/chrome_start_marked.png b/utils/image_processing/chrome_start_marked.png new file mode 100644 index 0000000..545aff0 Binary files /dev/null and b/utils/image_processing/chrome_start_marked.png differ diff --git a/utils/image_processing/mark_point.py b/utils/image_processing/mark_point.py new file mode 100644 index 0000000..5c5a749 --- /dev/null +++ b/utils/image_processing/mark_point.py @@ -0,0 +1,32 @@ +from PIL import Image, ImageDraw + + +def mark_point(image_path: str, x: int, y: int, radius: int = 5, color: str = 'red') -> str: + """ + Mark a point on an image and save the image. + """ + # Load the image + image = Image.open(image_path) + + # Create a draw object + draw = ImageDraw.Draw(image) + + # Draw a small circle to mark the point + draw.ellipse((x - radius, y - radius, x + radius, y + radius), fill=color, outline=color) + + # Save the image with the point marked + marked_image_path = image_path[:-4] + '_marked' + image_path[-4:] + image.save(marked_image_path) + + return marked_image_path + + +if __name__ == '__main__': + image_path = 'chrome_start.png' + x = 100 + y = 200 + radius = 30 + color = 'red' + + marked_image_path = mark_point(image_path, x, y, radius, color) + print(f"Marked image saved to {marked_image_path}") diff --git a/utils/output.json b/utils/output.json new file mode 100644 index 0000000..5423c41 --- /dev/null +++ b/utils/output.json @@ -0,0 +1,3144 @@ +{ + "action": [ + { + "action_type": "MOUSE_MOVE", + "x": 1319.11328125, + "y": 65.06640625 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "TYPE", + "text": [ + "w", + "i", + "k", + "i", + "p", + "e", + "d", + "i", + "a" + ] + }, + { + "action_type": "KEY_DOWN", + "key": [ + 101, + 110, + 116, + 101, + 114 + ] + }, + { + "action_type": "KEY_UP", + "key": [ + 97 + ] + }, + { + "action_type": "KEY_UP", + "key": [ + 101, + 110, + 116, + 101, + 114 + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 660.12890625, + "y": 629.375 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "TYPE", + "text": [ + "t", + "r", + "a", + "n", + "s", + "f", + "o", + "r", + "m", + "e", + "r" + ] + }, + { + "action_type": "KEY_DOWN", + "key": [ + 115, + 112, + 97, + 99, + 101 + ] + }, + { + "action_type": "KEY_UP", + "key": [ + 115, + 112, + 97, + 99, + 101 + ] + }, + { + "action_type": "TYPE", + "text": [ + "m", + "o", + "d", + "e", + "l" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 726.57421875, + "y": 680.12109375 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 612.640625, + "y": 635.48828125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 612.41015625, + "y": 635.71484375 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 611.94921875, + "y": 635.71484375 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 611.48828125, + "y": 635.484375 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 608.26171875, + "y": 633.1796875 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP", + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 715.67578125, + "y": 519.90625 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 715.06640625, + "y": 668.3515625 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 714.8359375, + "y": 668.3515625 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 714.375, + "y": 668.12109375 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 713.9140625, + "y": 667.890625 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 712.9921875, + "y": 667.19921875 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 712.53125, + "y": 666.5078125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 712.0703125, + "y": 665.5859375 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 711.83984375, + "y": 664.6640625 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 708.3828125, + "y": 651.7578125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP", + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 708.3828125, + "y": 651.52734375 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 708.3828125, + "y": 651.06640625 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 709.0625, + "y": 649.453125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 1219.30078125, + "y": 693.16796875 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 1226.09765625, + "y": 688.328125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 1227.23046875, + "y": 687.17578125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 1228.13671875, + "y": 686.9453125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 1228.81640625, + "y": 686.71484375 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 1229.72265625, + "y": 685.79296875 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 1230.85546875, + "y": 684.1796875 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 1236.765625, + "y": 478.3671875 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 489.9921875, + "y": 641.6875 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 490.4453125, + "y": 641.6875 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 490.4453125, + "y": 641.45703125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 490.671875, + "y": 640.53515625 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 418.63671875, + "y": 588.97265625 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 363.3359375, + "y": 359.7578125 + }, + { + "action_type": "MOUSE_DOWN", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 564.01171875, + "y": 403.203125 + }, + { + "action_type": "MOUSE_UP", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 510.17578125, + "y": 399.90625 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 413.78125, + "y": 659.99609375 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 414.0078125, + "y": 659.99609375 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 414.234375, + "y": 660.22265625 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 456.95703125, + "y": 398.15234375 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 476.69140625, + "y": 391.46875 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 535.33203125, + "y": 656.89453125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 535.33203125, + "y": 657.12109375 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 386.92578125, + "y": 438.2109375 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_DOWN", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 687.55078125, + "y": 516.296875 + }, + { + "action_type": "MOUSE_UP", + "click_type": "LEFT" + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 542.55859375, + "y": 682.09765625 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 540.484375, + "y": 678.640625 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 537.94921875, + "y": 674.03125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 808.125, + "y": 310.5 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 808.125, + "y": 318.4296875 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 440.34375, + "y": 588.84375 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 443.515625, + "y": 589.75 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 444.1953125, + "y": 589.9765625 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 444.421875, + "y": 590.203125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 444.6484375, + "y": 590.203125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 444.875, + "y": 590.203125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 445.1015625, + "y": 590.203125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 445.328125, + "y": 589.51171875 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 438.40234375, + "y": 564.16015625 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 497.515625, + "y": 606.1328125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 497.7421875, + "y": 606.1328125 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 370.61328125, + "y": 173.984375 + }, + { + "action_type": "MOUSE_DOWN", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 627.40234375, + "y": 178.5078125 + }, + { + "action_type": "MOUSE_UP", + "click_type": "LEFT" + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 402.62890625, + "y": 591.4765625 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 663.234375, + "y": 372.7109375 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 651.50390625, + "y": 593.40625 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 651.2734375, + "y": 591.79296875 + }, + { + "action_type": "CLICK", + "click_type": "SCROLL", + "text": [ + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP", + "UP" + ] + }, + { + "action_type": "MOUSE_MOVE", + "x": 1173.0234375, + "y": 10.80859375 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + }, + { + "action_type": "MOUSE_MOVE", + "x": 1178.6875, + "y": 50.45703125 + }, + { + "action_type": "CLICK", + "click_type": "LEFT" + } + ], + "event": [ + { + "time_stamp": 150161.471174791, + "action": "move", + "x": 1319.11328125, + "y": 65.06640625 + }, + { + "time_stamp": 150161.533522208, + "action": "click", + "x": 1319.11328125, + "y": 65.06640625, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150161.597598416, + "action": "click", + "x": 1319.11328125, + "y": 65.06640625, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150162.266221958, + "action": "press", + "name": "w" + }, + { + "time_stamp": 150162.317228125, + "action": "release", + "name": "w" + }, + { + "time_stamp": 150162.334653166, + "action": "press", + "name": "i" + }, + { + "time_stamp": 150162.411959208, + "action": "release", + "name": "i" + }, + { + "time_stamp": 150162.492754291, + "action": "press", + "name": "k" + }, + { + "time_stamp": 150162.582294416, + "action": "release", + "name": "k" + }, + { + "time_stamp": 150162.642782833, + "action": "press", + "name": "i" + }, + { + "time_stamp": 150162.691202375, + "action": "release", + "name": "i" + }, + { + "time_stamp": 150162.714565041, + "action": "press", + "name": "p" + }, + { + "time_stamp": 150162.811216916, + "action": "release", + "name": "p" + }, + { + "time_stamp": 150162.863815291, + "action": "press", + "name": "e" + }, + { + "time_stamp": 150162.9317325, + "action": "press", + "name": "d" + }, + { + "time_stamp": 150162.988706541, + "action": "release", + "name": "e" + }, + { + "time_stamp": 150163.015833166, + "action": "press", + "name": "i" + }, + { + "time_stamp": 150163.039717416, + "action": "release", + "name": "d" + }, + { + "time_stamp": 150163.084241125, + "action": "release", + "name": "i" + }, + { + "time_stamp": 150163.128957458, + "action": "press", + "name": "a" + }, + { + "time_stamp": 150163.229376666, + "action": "press", + "name": "enter" + }, + { + "time_stamp": 150163.250037708, + "action": "release", + "name": "a" + }, + { + "time_stamp": 150163.317662583, + "action": "release", + "name": "enter" + }, + { + "time_stamp": 150164.551022333, + "action": "move", + "x": 660.12890625, + "y": 629.375 + }, + { + "time_stamp": 150164.651978958, + "action": "click", + "x": 660.12890625, + "y": 629.375, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150164.736125666, + "action": "click", + "x": 660.12890625, + "y": 629.375, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150165.300990375, + "action": "press", + "name": "t" + }, + { + "time_stamp": 150165.34966075, + "action": "press", + "name": "r" + }, + { + "time_stamp": 150165.380547, + "action": "release", + "name": "t" + }, + { + "time_stamp": 150165.420385208, + "action": "release", + "name": "r" + }, + { + "time_stamp": 150165.480623, + "action": "press", + "name": "a" + }, + { + "time_stamp": 150165.5685505, + "action": "press", + "name": "n" + }, + { + "time_stamp": 150165.600040666, + "action": "release", + "name": "a" + }, + { + "time_stamp": 150165.636297916, + "action": "release", + "name": "n" + }, + { + "time_stamp": 150165.671540875, + "action": "press", + "name": "s" + }, + { + "time_stamp": 150165.744063083, + "action": "release", + "name": "s" + }, + { + "time_stamp": 150165.832472, + "action": "press", + "name": "f" + }, + { + "time_stamp": 150165.916244583, + "action": "release", + "name": "f" + }, + { + "time_stamp": 150165.923640666, + "action": "press", + "name": "o" + }, + { + "time_stamp": 150165.979926666, + "action": "press", + "name": "r" + }, + { + "time_stamp": 150165.996011583, + "action": "release", + "name": "o" + }, + { + "time_stamp": 150166.075702833, + "action": "press", + "name": "m" + }, + { + "time_stamp": 150166.079810291, + "action": "release", + "name": "r" + }, + { + "time_stamp": 150166.156361375, + "action": "release", + "name": "m" + }, + { + "time_stamp": 150166.171723208, + "action": "press", + "name": "e" + }, + { + "time_stamp": 150166.208297416, + "action": "press", + "name": "r" + }, + { + "time_stamp": 150166.240545666, + "action": "release", + "name": "e" + }, + { + "time_stamp": 150166.275714666, + "action": "release", + "name": "r" + }, + { + "time_stamp": 150166.283431416, + "action": "press", + "name": "space" + }, + { + "time_stamp": 150166.352501666, + "action": "release", + "name": "space" + }, + { + "time_stamp": 150166.428195416, + "action": "press", + "name": "m" + }, + { + "time_stamp": 150166.497723458, + "action": "press", + "name": "o" + }, + { + "time_stamp": 150166.535078, + "action": "release", + "name": "m" + }, + { + "time_stamp": 150166.542531166, + "action": "press", + "name": "d" + }, + { + "time_stamp": 150166.563186416, + "action": "release", + "name": "o" + }, + { + "time_stamp": 150166.590862166, + "action": "press", + "name": "e" + }, + { + "time_stamp": 150166.623030708, + "action": "release", + "name": "d" + }, + { + "time_stamp": 150166.655057708, + "action": "release", + "name": "e" + }, + { + "time_stamp": 150166.669612458, + "action": "press", + "name": "l" + }, + { + "time_stamp": 150166.7422245, + "action": "release", + "name": "l" + }, + { + "time_stamp": 150167.601889791, + "action": "move", + "x": 726.57421875, + "y": 680.12109375 + }, + { + "time_stamp": 150167.691295708, + "action": "click", + "x": 726.57421875, + "y": 680.12109375, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150167.765729708, + "action": "click", + "x": 726.57421875, + "y": 680.12109375, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150168.847670541, + "action": "move", + "x": 612.640625, + "y": 635.48828125 + }, + { + "time_stamp": 150168.915498791, + "action": "scroll", + "x": 612.640625, + "y": 635.48828125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150168.956112791, + "action": "scroll", + "x": 612.640625, + "y": 635.48828125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150168.990136791, + "action": "scroll", + "x": 612.640625, + "y": 635.48828125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150169.023266541, + "action": "scroll", + "x": 612.640625, + "y": 635.48828125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150169.056151666, + "action": "move", + "x": 612.41015625, + "y": 635.71484375 + }, + { + "time_stamp": 150169.056327416, + "action": "scroll", + "x": 612.41015625, + "y": 635.71484375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150169.0730625, + "action": "move", + "x": 611.94921875, + "y": 635.71484375 + }, + { + "time_stamp": 150169.077138458, + "action": "scroll", + "x": 611.94921875, + "y": 635.71484375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150169.106930708, + "action": "move", + "x": 611.48828125, + "y": 635.484375 + }, + { + "time_stamp": 150169.114658083, + "action": "scroll", + "x": 611.48828125, + "y": 635.484375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150169.282760333, + "action": "move", + "x": 608.26171875, + "y": 633.1796875 + }, + { + "time_stamp": 150169.364554708, + "action": "scroll", + "x": 608.26171875, + "y": 633.1796875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150169.390517375, + "action": "scroll", + "x": 608.26171875, + "y": 633.1796875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150169.409527333, + "action": "scroll", + "x": 608.26171875, + "y": 633.1796875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150169.442578416, + "action": "scroll", + "x": 608.26171875, + "y": 633.1796875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150169.4721885, + "action": "scroll", + "x": 608.26171875, + "y": 633.1796875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150169.52513125, + "action": "scroll", + "x": 608.26171875, + "y": 633.1796875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150170.271737083, + "action": "move", + "x": 715.67578125, + "y": 519.90625 + }, + { + "time_stamp": 150170.347393375, + "action": "click", + "x": 715.67578125, + "y": 519.90625, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150170.40864075, + "action": "click", + "x": 715.67578125, + "y": 519.90625, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150170.978655625, + "action": "move", + "x": 715.06640625, + "y": 668.3515625 + }, + { + "time_stamp": 150171.030384583, + "action": "scroll", + "x": 715.06640625, + "y": 668.3515625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.047022333, + "action": "scroll", + "x": 715.06640625, + "y": 668.3515625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.047703041, + "action": "move", + "x": 714.8359375, + "y": 668.3515625 + }, + { + "time_stamp": 150171.057095291, + "action": "scroll", + "x": 714.8359375, + "y": 668.3515625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.067651333, + "action": "move", + "x": 714.375, + "y": 668.12109375 + }, + { + "time_stamp": 150171.067830166, + "action": "scroll", + "x": 714.375, + "y": 668.12109375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.07369375, + "action": "move", + "x": 713.9140625, + "y": 667.890625 + }, + { + "time_stamp": 150171.075184375, + "action": "scroll", + "x": 713.9140625, + "y": 667.890625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.083768125, + "action": "move", + "x": 712.9921875, + "y": 667.19921875 + }, + { + "time_stamp": 150171.083871625, + "action": "scroll", + "x": 712.9921875, + "y": 667.19921875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.09061675, + "action": "move", + "x": 712.53125, + "y": 666.5078125 + }, + { + "time_stamp": 150171.090769125, + "action": "scroll", + "x": 712.53125, + "y": 666.5078125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.098892916, + "action": "move", + "x": 712.0703125, + "y": 665.5859375 + }, + { + "time_stamp": 150171.099841958, + "action": "scroll", + "x": 712.0703125, + "y": 665.5859375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.112531416, + "action": "move", + "x": 711.83984375, + "y": 664.6640625 + }, + { + "time_stamp": 150171.112697416, + "action": "scroll", + "x": 711.83984375, + "y": 664.6640625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.28770925, + "action": "move", + "x": 708.3828125, + "y": 651.7578125 + }, + { + "time_stamp": 150171.323691208, + "action": "scroll", + "x": 708.3828125, + "y": 651.7578125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.338833625, + "action": "scroll", + "x": 708.3828125, + "y": 651.7578125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.3475865, + "action": "scroll", + "x": 708.3828125, + "y": 651.7578125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.352116166, + "action": "scroll", + "x": 708.3828125, + "y": 651.7578125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.35913775, + "action": "scroll", + "x": 708.3828125, + "y": 651.7578125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.364029958, + "action": "scroll", + "x": 708.3828125, + "y": 651.7578125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.372889833, + "action": "move", + "x": 708.3828125, + "y": 651.52734375 + }, + { + "time_stamp": 150171.373061, + "action": "scroll", + "x": 708.3828125, + "y": 651.52734375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.376889208, + "action": "move", + "x": 708.3828125, + "y": 651.06640625 + }, + { + "time_stamp": 150171.377075625, + "action": "scroll", + "x": 708.3828125, + "y": 651.06640625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.387633625, + "action": "move", + "x": 709.0625, + "y": 649.453125 + }, + { + "time_stamp": 150171.388869458, + "action": "scroll", + "x": 709.0625, + "y": 649.453125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150171.98952975, + "action": "move", + "x": 1219.30078125, + "y": 693.16796875 + }, + { + "time_stamp": 150171.9896785, + "action": "scroll", + "x": 1219.30078125, + "y": 693.16796875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150172.054587208, + "action": "move", + "x": 1226.09765625, + "y": 688.328125 + }, + { + "time_stamp": 150172.05565675, + "action": "scroll", + "x": 1226.09765625, + "y": 688.328125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150172.079670583, + "action": "move", + "x": 1227.23046875, + "y": 687.17578125 + }, + { + "time_stamp": 150172.081812291, + "action": "scroll", + "x": 1227.23046875, + "y": 687.17578125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150172.10429825, + "action": "move", + "x": 1228.13671875, + "y": 686.9453125 + }, + { + "time_stamp": 150172.11386, + "action": "scroll", + "x": 1228.13671875, + "y": 686.9453125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150172.133735958, + "action": "move", + "x": 1228.81640625, + "y": 686.71484375 + }, + { + "time_stamp": 150172.137059041, + "action": "scroll", + "x": 1228.81640625, + "y": 686.71484375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150172.165720583, + "action": "move", + "x": 1229.72265625, + "y": 685.79296875 + }, + { + "time_stamp": 150172.165961041, + "action": "scroll", + "x": 1229.72265625, + "y": 685.79296875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150172.191779791, + "action": "move", + "x": 1230.85546875, + "y": 684.1796875 + }, + { + "time_stamp": 150172.196191041, + "action": "scroll", + "x": 1230.85546875, + "y": 684.1796875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150172.972830708, + "action": "move", + "x": 1236.765625, + "y": 478.3671875 + }, + { + "time_stamp": 150173.047244958, + "action": "click", + "x": 1236.765625, + "y": 478.3671875, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150173.117438375, + "action": "click", + "x": 1236.765625, + "y": 478.3671875, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150173.86268675, + "action": "move", + "x": 489.9921875, + "y": 641.6875 + }, + { + "time_stamp": 150173.875275416, + "action": "scroll", + "x": 489.9921875, + "y": 641.6875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150173.903674291, + "action": "scroll", + "x": 489.9921875, + "y": 641.6875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150173.927322625, + "action": "scroll", + "x": 489.9921875, + "y": 641.6875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150173.945987041, + "action": "scroll", + "x": 489.9921875, + "y": 641.6875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150173.970679458, + "action": "scroll", + "x": 489.9921875, + "y": 641.6875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150173.987511333, + "action": "move", + "x": 490.4453125, + "y": 641.6875 + }, + { + "time_stamp": 150173.987829791, + "action": "scroll", + "x": 490.4453125, + "y": 641.6875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150174.006127916, + "action": "move", + "x": 490.4453125, + "y": 641.45703125 + }, + { + "time_stamp": 150174.007813666, + "action": "scroll", + "x": 490.4453125, + "y": 641.45703125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150174.026036958, + "action": "move", + "x": 490.671875, + "y": 640.53515625 + }, + { + "time_stamp": 150174.031358125, + "action": "scroll", + "x": 490.671875, + "y": 640.53515625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150174.347672875, + "action": "move", + "x": 418.63671875, + "y": 588.97265625 + }, + { + "time_stamp": 150174.387047791, + "action": "scroll", + "x": 418.63671875, + "y": 588.97265625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150174.408441458, + "action": "scroll", + "x": 418.63671875, + "y": 588.97265625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150174.430349708, + "action": "scroll", + "x": 418.63671875, + "y": 588.97265625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150174.443348333, + "action": "scroll", + "x": 418.63671875, + "y": 588.97265625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150174.464312333, + "action": "scroll", + "x": 418.63671875, + "y": 588.97265625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150174.475528791, + "action": "scroll", + "x": 418.63671875, + "y": 588.97265625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150174.497473625, + "action": "scroll", + "x": 418.63671875, + "y": 588.97265625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150174.51610375, + "action": "scroll", + "x": 418.63671875, + "y": 588.97265625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150175.2365435, + "action": "move", + "x": 363.3359375, + "y": 359.7578125 + }, + { + "time_stamp": 150175.306346458, + "action": "click", + "x": 363.3359375, + "y": 359.7578125, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150176.030780166, + "action": "move", + "x": 564.01171875, + "y": 403.203125 + }, + { + "time_stamp": 150176.118872166, + "action": "click", + "x": 564.01171875, + "y": 403.203125, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150176.420981416, + "action": "move", + "x": 510.17578125, + "y": 399.90625 + }, + { + "time_stamp": 150176.508251291, + "action": "click", + "x": 510.17578125, + "y": 399.90625, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150176.589638708, + "action": "click", + "x": 510.17578125, + "y": 399.90625, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150176.978183083, + "action": "move", + "x": 413.78125, + "y": 659.99609375 + }, + { + "time_stamp": 150177.0119895, + "action": "scroll", + "x": 413.78125, + "y": 659.99609375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150177.039413375, + "action": "scroll", + "x": 413.78125, + "y": 659.99609375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150177.065174583, + "action": "scroll", + "x": 413.78125, + "y": 659.99609375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150177.084770791, + "action": "scroll", + "x": 413.78125, + "y": 659.99609375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150177.093640041, + "action": "move", + "x": 414.0078125, + "y": 659.99609375 + }, + { + "time_stamp": 150177.109367291, + "action": "scroll", + "x": 414.0078125, + "y": 659.99609375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150177.124937708, + "action": "move", + "x": 414.234375, + "y": 660.22265625 + }, + { + "time_stamp": 150177.130100666, + "action": "scroll", + "x": 414.234375, + "y": 660.22265625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150177.156841041, + "action": "scroll", + "x": 414.234375, + "y": 660.22265625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150177.181135291, + "action": "scroll", + "x": 414.234375, + "y": 660.22265625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150177.879743666, + "action": "move", + "x": 456.95703125, + "y": 398.15234375 + }, + { + "time_stamp": 150177.917626625, + "action": "click", + "x": 456.95703125, + "y": 398.15234375, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150177.979762291, + "action": "click", + "x": 456.95703125, + "y": 398.15234375, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150178.055403458, + "action": "click", + "x": 456.95703125, + "y": 398.15234375, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150178.124817041, + "action": "click", + "x": 456.95703125, + "y": 398.15234375, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150178.177948041, + "action": "click", + "x": 456.95703125, + "y": 398.15234375, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150178.25992525, + "action": "click", + "x": 456.95703125, + "y": 398.15234375, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150178.457659666, + "action": "move", + "x": 476.69140625, + "y": 391.46875 + }, + { + "time_stamp": 150178.513588416, + "action": "click", + "x": 476.69140625, + "y": 391.46875, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150178.581646, + "action": "click", + "x": 476.69140625, + "y": 391.46875, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150178.940902416, + "action": "move", + "x": 535.33203125, + "y": 656.89453125 + }, + { + "time_stamp": 150178.946983958, + "action": "scroll", + "x": 535.33203125, + "y": 656.89453125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150178.974189541, + "action": "move", + "x": 535.33203125, + "y": 657.12109375 + }, + { + "time_stamp": 150178.981309083, + "action": "scroll", + "x": 535.33203125, + "y": 657.12109375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150179.01032875, + "action": "scroll", + "x": 535.33203125, + "y": 657.12109375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150179.0337985, + "action": "scroll", + "x": 535.33203125, + "y": 657.12109375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150179.072123833, + "action": "scroll", + "x": 535.33203125, + "y": 657.12109375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150179.695878208, + "action": "move", + "x": 386.92578125, + "y": 438.2109375 + }, + { + "time_stamp": 150179.796825958, + "action": "click", + "x": 386.92578125, + "y": 438.2109375, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150179.863501041, + "action": "click", + "x": 386.92578125, + "y": 438.2109375, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150179.939482, + "action": "click", + "x": 386.92578125, + "y": 438.2109375, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150180.727050916, + "action": "move", + "x": 687.55078125, + "y": 516.296875 + }, + { + "time_stamp": 150180.949082333, + "action": "click", + "x": 687.55078125, + "y": 516.296875, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150181.163946083, + "action": "click", + "x": 687.55078125, + "y": 516.296875, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150181.204857416, + "action": "click", + "x": 687.55078125, + "y": 516.296875, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150181.504660541, + "action": "move", + "x": 542.55859375, + "y": 682.09765625 + }, + { + "time_stamp": 150181.522198625, + "action": "scroll", + "x": 542.55859375, + "y": 682.09765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.546962541, + "action": "scroll", + "x": 542.55859375, + "y": 682.09765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.564376375, + "action": "scroll", + "x": 542.55859375, + "y": 682.09765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.580297375, + "action": "scroll", + "x": 542.55859375, + "y": 682.09765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.592430375, + "action": "scroll", + "x": 542.55859375, + "y": 682.09765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.608725125, + "action": "scroll", + "x": 542.55859375, + "y": 682.09765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.622529291, + "action": "scroll", + "x": 542.55859375, + "y": 682.09765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.642646916, + "action": "scroll", + "x": 542.55859375, + "y": 682.09765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.848053583, + "action": "move", + "x": 540.484375, + "y": 678.640625 + }, + { + "time_stamp": 150181.850260708, + "action": "scroll", + "x": 540.484375, + "y": 678.640625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.882086083, + "action": "scroll", + "x": 540.484375, + "y": 678.640625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.898210375, + "action": "scroll", + "x": 540.484375, + "y": 678.640625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.908426583, + "action": "scroll", + "x": 540.484375, + "y": 678.640625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.923733708, + "action": "scroll", + "x": 540.484375, + "y": 678.640625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.933178958, + "action": "scroll", + "x": 540.484375, + "y": 678.640625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.942635833, + "action": "scroll", + "x": 540.484375, + "y": 678.640625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.957082583, + "action": "scroll", + "x": 540.484375, + "y": 678.640625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150181.973317708, + "action": "scroll", + "x": 540.484375, + "y": 678.640625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150182.151323916, + "action": "move", + "x": 537.94921875, + "y": 674.03125 + }, + { + "time_stamp": 150182.193437666, + "action": "scroll", + "x": 537.94921875, + "y": 674.03125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150182.222551208, + "action": "scroll", + "x": 537.94921875, + "y": 674.03125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150182.239376875, + "action": "scroll", + "x": 537.94921875, + "y": 674.03125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150182.2504645, + "action": "scroll", + "x": 537.94921875, + "y": 674.03125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150182.264174125, + "action": "scroll", + "x": 537.94921875, + "y": 674.03125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150182.276516083, + "action": "scroll", + "x": 537.94921875, + "y": 674.03125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150182.293239208, + "action": "scroll", + "x": 537.94921875, + "y": 674.03125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150182.31334125, + "action": "scroll", + "x": 537.94921875, + "y": 674.03125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150182.338975875, + "action": "scroll", + "x": 537.94921875, + "y": 674.03125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150183.127192375, + "action": "move", + "x": 808.125, + "y": 310.5 + }, + { + "time_stamp": 150183.213566083, + "action": "click", + "x": 808.125, + "y": 310.5, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150183.296671541, + "action": "click", + "x": 808.125, + "y": 310.5, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150183.545235791, + "action": "move", + "x": 808.125, + "y": 318.4296875 + }, + { + "time_stamp": 150183.593932875, + "action": "click", + "x": 808.125, + "y": 318.4296875, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150183.689215375, + "action": "click", + "x": 808.125, + "y": 318.4296875, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150184.559698958, + "action": "move", + "x": 440.34375, + "y": 588.84375 + }, + { + "time_stamp": 150184.561534166, + "action": "scroll", + "x": 440.34375, + "y": 588.84375, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150184.5837335, + "action": "move", + "x": 443.515625, + "y": 589.75 + }, + { + "time_stamp": 150184.584864833, + "action": "scroll", + "x": 443.515625, + "y": 589.75, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150184.593888791, + "action": "move", + "x": 444.1953125, + "y": 589.9765625 + }, + { + "time_stamp": 150184.600311958, + "action": "scroll", + "x": 444.1953125, + "y": 589.9765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150184.612382583, + "action": "move", + "x": 444.421875, + "y": 590.203125 + }, + { + "time_stamp": 150184.614885916, + "action": "scroll", + "x": 444.421875, + "y": 590.203125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150184.626209458, + "action": "scroll", + "x": 444.421875, + "y": 590.203125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150184.639046291, + "action": "move", + "x": 444.6484375, + "y": 590.203125 + }, + { + "time_stamp": 150184.639832, + "action": "scroll", + "x": 444.6484375, + "y": 590.203125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150184.649057208, + "action": "scroll", + "x": 444.6484375, + "y": 590.203125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150184.658973666, + "action": "move", + "x": 444.875, + "y": 590.203125 + }, + { + "time_stamp": 150184.662770625, + "action": "scroll", + "x": 444.875, + "y": 590.203125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150184.678824333, + "action": "scroll", + "x": 444.875, + "y": 590.203125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150184.679018291, + "action": "move", + "x": 445.1015625, + "y": 590.203125 + }, + { + "time_stamp": 150184.946894916, + "action": "scroll", + "x": 445.1015625, + "y": 590.203125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150184.958349708, + "action": "scroll", + "x": 445.1015625, + "y": 590.203125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150184.972600375, + "action": "scroll", + "x": 445.1015625, + "y": 590.203125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150184.983688166, + "action": "scroll", + "x": 445.1015625, + "y": 590.203125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150184.998138125, + "action": "scroll", + "x": 445.1015625, + "y": 590.203125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150185.00855725, + "action": "scroll", + "x": 445.1015625, + "y": 590.203125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150185.023202041, + "action": "scroll", + "x": 445.1015625, + "y": 590.203125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150185.039632291, + "action": "scroll", + "x": 445.1015625, + "y": 590.203125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150185.072208833, + "action": "move", + "x": 445.328125, + "y": 589.51171875 + }, + { + "time_stamp": 150185.072462416, + "action": "scroll", + "x": 445.328125, + "y": 589.51171875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150185.909757916, + "action": "move", + "x": 438.40234375, + "y": 564.16015625 + }, + { + "time_stamp": 150185.979788125, + "action": "click", + "x": 438.40234375, + "y": 564.16015625, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150186.06404525, + "action": "click", + "x": 438.40234375, + "y": 564.16015625, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150186.679640041, + "action": "move", + "x": 497.515625, + "y": 606.1328125 + }, + { + "time_stamp": 150186.705669041, + "action": "scroll", + "x": 497.515625, + "y": 606.1328125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150186.723121083, + "action": "move", + "x": 497.7421875, + "y": 606.1328125 + }, + { + "time_stamp": 150186.741139083, + "action": "scroll", + "x": 497.7421875, + "y": 606.1328125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150186.772275791, + "action": "scroll", + "x": 497.7421875, + "y": 606.1328125, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150187.504697041, + "action": "move", + "x": 370.61328125, + "y": 173.984375 + }, + { + "time_stamp": 150187.505826625, + "action": "click", + "x": 370.61328125, + "y": 173.984375, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150187.906050916, + "action": "move", + "x": 627.40234375, + "y": 178.5078125 + }, + { + "time_stamp": 150187.955186083, + "action": "click", + "x": 627.40234375, + "y": 178.5078125, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150188.15489575, + "action": "click", + "x": 627.40234375, + "y": 178.5078125, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150188.229164416, + "action": "click", + "x": 627.40234375, + "y": 178.5078125, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150188.694762208, + "action": "move", + "x": 402.62890625, + "y": 591.4765625 + }, + { + "time_stamp": 150188.708418208, + "action": "scroll", + "x": 402.62890625, + "y": 591.4765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150188.73153575, + "action": "scroll", + "x": 402.62890625, + "y": 591.4765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150188.755091125, + "action": "scroll", + "x": 402.62890625, + "y": 591.4765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150188.772063, + "action": "scroll", + "x": 402.62890625, + "y": 591.4765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150188.796162041, + "action": "scroll", + "x": 402.62890625, + "y": 591.4765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150188.815325208, + "action": "scroll", + "x": 402.62890625, + "y": 591.4765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150188.84002525, + "action": "scroll", + "x": 402.62890625, + "y": 591.4765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150188.873724583, + "action": "scroll", + "x": 402.62890625, + "y": 591.4765625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150189.486688833, + "action": "move", + "x": 663.234375, + "y": 372.7109375 + }, + { + "time_stamp": 150189.549308375, + "action": "click", + "x": 663.234375, + "y": 372.7109375, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150189.624518708, + "action": "click", + "x": 663.234375, + "y": 372.7109375, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150190.280774291, + "action": "move", + "x": 651.50390625, + "y": 593.40625 + }, + { + "time_stamp": 150190.30336275, + "action": "scroll", + "x": 651.50390625, + "y": 593.40625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.322147625, + "action": "scroll", + "x": 651.50390625, + "y": 593.40625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.346100333, + "action": "scroll", + "x": 651.50390625, + "y": 593.40625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.364723916, + "action": "scroll", + "x": 651.50390625, + "y": 593.40625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.382547583, + "action": "scroll", + "x": 651.50390625, + "y": 593.40625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.397138166, + "action": "scroll", + "x": 651.50390625, + "y": 593.40625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.413629541, + "action": "scroll", + "x": 651.50390625, + "y": 593.40625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.429325666, + "action": "scroll", + "x": 651.50390625, + "y": 593.40625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.463533583, + "action": "scroll", + "x": 651.50390625, + "y": 593.40625, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.523039, + "action": "move", + "x": 651.2734375, + "y": 591.79296875 + }, + { + "time_stamp": 150190.814843833, + "action": "scroll", + "x": 651.2734375, + "y": 591.79296875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.842759791, + "action": "scroll", + "x": 651.2734375, + "y": 591.79296875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.864798041, + "action": "scroll", + "x": 651.2734375, + "y": 591.79296875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.889224708, + "action": "scroll", + "x": 651.2734375, + "y": 591.79296875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.906318, + "action": "scroll", + "x": 651.2734375, + "y": 591.79296875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.923179208, + "action": "scroll", + "x": 651.2734375, + "y": 591.79296875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.941150166, + "action": "scroll", + "x": 651.2734375, + "y": 591.79296875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150190.968568625, + "action": "scroll", + "x": 651.2734375, + "y": 591.79296875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150191.012791041, + "action": "scroll", + "x": 651.2734375, + "y": 591.79296875, + "dx": 0, + "dy": -1 + }, + { + "time_stamp": 150192.046731125, + "action": "move", + "x": 1173.0234375, + "y": 10.80859375 + }, + { + "time_stamp": 150192.052410291, + "action": "click", + "x": 1173.0234375, + "y": 10.80859375, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150192.143413458, + "action": "click", + "x": 1173.0234375, + "y": 10.80859375, + "button": "left", + "pressed": false + }, + { + "time_stamp": 150193.036984375, + "action": "move", + "x": 1178.6875, + "y": 50.45703125 + }, + { + "time_stamp": 150193.3909425, + "action": "click", + "x": 1178.6875, + "y": 50.45703125, + "button": "left", + "pressed": true + }, + { + "time_stamp": 150193.467401625, + "action": "click", + "x": 1178.6875, + "y": 50.45703125, + "button": "left", + "pressed": false + } + ] +} \ No newline at end of file