Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Keno
Created June 19, 2020 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Keno/e6fa7b2f8a3870a370644a8725e410bb to your computer and use it in GitHub Desktop.
Save Keno/e6fa7b2f8a3870a370644a8725e410bb to your computer and use it in GitHub Desktop.
alacritty --print-events
alacritty --print-events
Created log file at "/tmp/Alacritty-54398.log"
[2020-06-19 16:56] [INFO] Welcome to Alacritty
[2020-06-19 16:56] [INFO] Configuration loaded from "/home/keno/.config/alacritty/alacritty.yml"
[2020-06-19 16:56] [INFO] Device pixel ratio: 1
[2020-06-19 16:56] [INFO] Initializing glyph cache...
[2020-06-19 16:56] [INFO] ... finished initializing glyph cache in 0.004168528s
[2020-06-19 16:56] [INFO] Cell Size: 9 x 17
[2020-06-19 16:56] [INFO] Padding: 0 x 0
[2020-06-19 16:56] [INFO] Width: 800, Height: 600
[2020-06-19 16:56] [INFO] PTY Dimensions: Line(35) x Column(88)
[2020-06-19 16:56] [INFO] Initialisation complete
[2020-06-19 16:56] [INFO] glutin event: NewEvents(Init)
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(13))), event: Key(KeyboardInput { scancode: 28, state: Released, virtual_keycode: Some(Return), modifiers: (empty) }) }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Resized(LogicalSize { width: 800.0, height: 600.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawRequested(WindowId(X(WindowId(102760452))))
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] Width: 800, Height: 600
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8006, tv_nsec: 726396889 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: UserEvent(Title("keno@system76-pc: ~/.config/alacritty"))
[2020-06-19 16:56] [INFO] glutin event: UserEvent(Wakeup)
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8006, tv_nsec: 736850624 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 222.0, y: 177.0 }) }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorEntered { device_id: DeviceId(X(DeviceId(2))) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 245.0, y: 362.0 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Focused(true) }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 245.0, y: 362.0 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawRequested(WindowId(X(WindowId(102760452))))
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8006, tv_nsec: 757283695 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -11.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -11.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 245.959716796875, y: 352.38922119140625 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 566.3892366157379 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 791455868 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -12.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, -12.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 240.70880126953125, y: 331.38555908203125 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 462.7088077950757 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 545.3855774051044 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 799367859 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -11.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-5.0, -11.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 226.35220336914063, y: 299.801025390625 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 448.35219001653604 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 513.8010182923172 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 807344673 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -12.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-5.0, -12.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 211.99557495117188, y: 265.3451232910156 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 433.9955722379964 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 479.345135623822 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 815355791 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -12.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-5.0, -12.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 197.63894653320313, y: 230.88925170898438 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 419.6389544594567 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 444.8892529553268 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 821310944 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -9.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-1.0, -9.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 194.91305541992188, y: 206.35614013671875 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 416.9130531849805 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 420.356141485041 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 831307054 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -8.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -8.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 194.91305541992188, y: 189.78182983398438 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 403.7818188450765 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 839296531 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -6.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 194.91305541992188, y: 176.91500854492188 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 390.91499383281916 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 845298653 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (4.0, -4.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 202.58978271484375, y: 169.23825073242188 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 424.5897845590953 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 383.2382624587044 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 853295846 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (3.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 207.265380859375, y: 164.56268310546875 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 429.2653778055683 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 378.5626692122314 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 861282046 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (3.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 211.3511962890625, y: 161.83877563476563 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 433.3511960664764 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 375.8387903715484 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 869306841 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (1.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 212.46176147460938, y: 160.72821044921875 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 434.46177190425806 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 374.72821453376673 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 877315676 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (2.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 214.474365234375, y: 159.721923828125 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 436.4743589074351 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 373.7219210320618 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 885297808 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (1.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 215.48065185546875, y: 158.71563720703125 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 437.48065240914 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 372.7156275305897 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 893335527 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (2.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 217.49334716796875, y: 157.70928955078125 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 439.4933466934599 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 371.70928038842976 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 901327248 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (3.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 221.00137329101563, y: 155.37060546875 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 443.00136942300014 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 369.37059856858104 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 909308270 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (4.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 226.73892211914063, y: 151.06744384765625 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 448.73891501291655 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 365.06743937614374 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 917318888 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (4.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 233.0130615234375, y: 146.36184692382813 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 455.01305000670254 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 360.36183813097887 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 925331749 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (5.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 241.2557373046875, y: 141.41622924804688 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 463.25573711958714 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 355.416225863155 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 933317009 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (3.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 245.79876708984375, y: 138.38754272460938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 467.7987776766531 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 352.3875321582891 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 941308090 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (3.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 249.70071411132813, y: 135.7862548828125 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 471.70070433360524 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 349.78624772047624 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 949376435 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (2.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 252.03927612304688, y: 134.616943359375 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 474.03929085982963 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 348.61695445748046 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 957345685 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (2.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 254.11508178710938, y: 133.57907104492188 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 476.11508099455386 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 347.5790593898855 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 965354440 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (2.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 256.19091796875, y: 132.5411376953125 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 478.1909247499425 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 346.5411375123076 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 973387468 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (3.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 259.5713806152344, y: 131.414306640625 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 481.5713800340891 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 345.41431908425875 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 981331330 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (4.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 264.7562561035156, y: 131.414306640625 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 486.7562610364985 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 989317280 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (6.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 274.214111328125, y: 129.8380126953125 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 496.2140983152203 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 343.83801287109964 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8007, tv_nsec: 997357524 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (5.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 282.5743713378906, y: 129.8380126953125 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 504.5743842446245 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 5349066 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (5.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 290.4173583984375, y: 129.8380126953125 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 512.4173531832639 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 13330457 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (3.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 294.5472412109375, y: 129.8380126953125 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 516.547261514701 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 21331718 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (2.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 296.76947021484375, y: 128.72689819335938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 518.7694955058396 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 342.7268958755303 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 29350962 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (2.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 298.802490234375, y: 128.72689819335938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 520.8025140184909 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 37310702 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (1.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 299.802490234375, y: 128.72689819335938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 521.8025140184909 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 45329556 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (3.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 302.89483642578125, y: 128.72689819335938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 524.8948590995278 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 53317098 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (4.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 308.01702880859375, y: 128.72689819335938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 530.0170073867775 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 61347173 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (6.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 317.42803955078125, y: 128.72689819335938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 539.4280652971938 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 69345989 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (6.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 327.99102783203125, y: 128.72689819335938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 549.9910134193487 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 77312231 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 7.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (7.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 340.0440673828125, y: 128.72689819335938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 562.0440797589254 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 87343097 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 8.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (8.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 357.40277099609375, y: 128.72689819335938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 579.4027993348427 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 93332145 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 7.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (7.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 373.58056640625, y: 126.41580200195313 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 595.5805534645915 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 340.41578814270906 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 101365544 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (5.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 382.41668701171875, y: 126.41580200195313 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 604.4166910634376 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 109335556 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (5.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 390.259033203125, y: 126.41580200195313 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 612.2590592342895 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 117330703 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (1.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 391.5032958984375, y: 125.17156982421875 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 613.5032922450919 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 339.1715551321395 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 125321523 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 391.5032958984375, y: 124.27334594726563 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 338.27334124501795 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 237368656 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -5.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 391.5032958984375, y: 118.9898681640625 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 332.9898779694922 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 245343506 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-2.0, -6.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 388.11212158203125, y: 108.81643676757813 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 610.1121498432476 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 322.81645076395944 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 253371235 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, -5.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 382.78680419921875, y: 99.94082641601563 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 604.7867744050454 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 313.9408250337001 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 261346246 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-1.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 381.3150634765625, y: 95.525634765625 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 603.3150472836569 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 309.52564366930164 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 269336363 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-2.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 378.798583984375, y: 91.75094604492188 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 600.7985826239455 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 305.75094667985104 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 277355387 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-1.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 377.540283203125, y: 87.97601318359375 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 599.5402744160965 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 301.9760220563039 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 285320920 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-1.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 376.32464599609375, y: 84.32907104492188 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 598.3246195334941 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 298.3290574082639 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 293363236 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -5.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 376.32464599609375, y: 77.36935424804688 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 291.36936012399383 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 301340892 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -7.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-2.0, -7.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 372.75018310546875, y: 64.8587646484375 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 594.7501622266136 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 278.8587595501449 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 309350116 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-2.0, -6.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 368.92144775390625, y: 53.372711181640625 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 590.9214780759066 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 267.37270709802397 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 317338391 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-1.0, -6.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 367.1220703125, y: 42.576080322265625 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 589.1220416731667 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 256.5760886820499 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 325351394 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-1.0, -4.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 365.533935546875, y: 36.223602294921875 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 587.5339209446684 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 250.22360576759093 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 333333917 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-1.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 364.22607421875, y: 32.300048828125 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 586.226069994038 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 246.30005291569978 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 341321502 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-1.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.01043701171875, y: 28.653091430664063 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 585.0104151682463 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 242.65308843832463 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 349350494 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.01043701171875, y: 26.442367553710938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 240.4423645727802 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 357311858 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.01043701171875, y: 25.442367553710938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 239.4423645727802 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 365307878 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.01043701171875, y: 23.442367553710938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 237.4423645727802 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 373318064 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.01043701171875, y: 21.442367553710938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 235.4423645727802 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 381310477 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.01043701171875, y: 19.442367553710938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 233.4423645727802 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 389305065 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.01043701171875, y: 17.442367553710938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 231.4423645727802 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 397307185 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.01043701171875, y: 16.442367553710938 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 230.4423645727802 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 405325358 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.01043701171875, y: 15.579269409179688 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 229.5792705747299 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 573361971 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.01043701171875, y: 13.792770385742188 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 227.7927634648513 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 581338935 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.01043701171875, y: 12.805282592773438 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 226.80527648422867 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 597362644 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (1.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.9979248046875, y: 11.817794799804688 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 0, value: 585.9979021491017 } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 225.8177895033732 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 605376467 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.9979248046875, y: 9.817794799804688 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 223.8177895033732 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 613371185 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.9979248046875, y: 8.817794799804688 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 222.8177895033732 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 621348410 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.9979248046875, y: 6.8177947998046875 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 220.8177895033732 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 629371590 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.9979248046875, y: 3.548248291015625 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 217.54824978648685 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 637335089 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 363.9979248046875, y: 1.36859130859375 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: AxisMotion { device_id: DeviceId(X(DeviceId(2))), axis: 1, value: 215.36858862289228 } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 645341318 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 653318742 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorLeft { device_id: DeviceId(X(DeviceId(2))) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 653364869 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 661299944 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 669306814 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 685287583 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 717326285 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 725265568 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 733272277 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-1.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 739291241 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Button { button: 1, state: Pressed } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 891325265 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Focused(false) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 895109967 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (3.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 939357800 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (4.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 947301561 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 229.0, y: 176.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 952110309 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (3.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 955325354 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (4.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 963326283 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 238.0, y: 175.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 968046322 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (6.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 973319567 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (6.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 979300710 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 258.0, y: 173.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 985069871 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 7.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (7.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 987323930 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 7.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (7.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8008, tv_nsec: 995319590 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 286.0, y: 173.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 2243484 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 7.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (7.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 3303046 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 8.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (8.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 11316959 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 316.0, y: 171.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 17898987 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 9.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (9.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 19323219 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 7.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (7.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 27309099 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 351.0, y: 169.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 35059144 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (6.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 35257599 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (6.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 43343549 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (4.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 51329189 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 373.0, y: 167.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 51504951 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (4.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 59312465 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (4.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 67264892 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 391.0, y: 164.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 68180282 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (6.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 75343368 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (4.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 83335992 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 407.0, y: 161.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 84976883 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (5.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 91287867 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (3.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 99315988 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 418.0, y: 159.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 102055064 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (2.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 107334822 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (1.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 115306484 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 421.0, y: 159.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 118179514 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (1.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 139310855 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (1.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 147324749 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 423.0, y: 159.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 151983752 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (3.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 155307633 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (5.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 163327188 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 433.0, y: 159.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 168308000 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (5.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 171329970 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (6.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 179326761 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (6.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 451.0, y: 159.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 188938435 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (5.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 195346644 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 470.0, y: 158.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 202033219 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (3.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 203258455 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (1.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 211334687 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Moved(LogicalPosition { x: 475.0, y: 158.0 }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 222333660 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Button { button: 1, state: Released } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 331320169 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Focused(true) }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 362.0, y: -13.0 }, modifiers: (empty) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8009, tv_nsec: 332615286 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(13))), event: Key(KeyboardInput { scancode: 125, state: Pressed, virtual_keycode: None, modifiers: (empty) }) }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(13))), event: ModifiersChanged(LOGO) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8010, tv_nsec: 161418085 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: KeyboardInput { device_id: DeviceId(X(DeviceId(3))), input: KeyboardInput { scancode: 125, state: Released, virtual_keycode: None, modifiers: LOGO }, is_synthetic: true } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Focused(false) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8010, tv_nsec: 162265987 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(13))), event: Key(KeyboardInput { scancode: 49, state: Pressed, virtual_keycode: Some(N), modifiers: LOGO }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8010, tv_nsec: 885395267 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Focused(true) }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: CursorMoved { device_id: DeviceId(X(DeviceId(2))), position: LogicalPosition { x: 362.0, y: -13.0 }, modifiers: LOGO } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: KeyboardInput { device_id: DeviceId(X(DeviceId(3))), input: KeyboardInput { scancode: 49, state: Pressed, virtual_keycode: Some(N), modifiers: LOGO }, is_synthetic: true } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: KeyboardInput { device_id: DeviceId(X(DeviceId(3))), input: KeyboardInput { scancode: 125, state: Pressed, virtual_keycode: None, modifiers: LOGO }, is_synthetic: true } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8010, tv_nsec: 889439961 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: KeyboardInput { device_id: DeviceId(X(DeviceId(3))), input: KeyboardInput { scancode: 49, state: Pressed, virtual_keycode: Some(N), modifiers: LOGO }, is_synthetic: false } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: ReceivedCharacter('n') }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8010, tv_nsec: 891685774 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(13))), event: Key(KeyboardInput { scancode: 49, state: Released, virtual_keycode: Some(N), modifiers: LOGO }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8010, tv_nsec: 987447592 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: KeyboardInput { device_id: DeviceId(X(DeviceId(3))), input: KeyboardInput { scancode: 49, state: Released, virtual_keycode: Some(N), modifiers: LOGO }, is_synthetic: false } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8010, tv_nsec: 989075198 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: KeyboardInput { device_id: DeviceId(X(DeviceId(3))), input: KeyboardInput { scancode: 125, state: Released, virtual_keycode: None, modifiers: LOGO }, is_synthetic: true } }
[2020-06-19 16:56] [INFO] glutin event: WindowEvent { window_id: WindowId(X(WindowId(102760452))), event: Focused(false) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8011, tv_nsec: 157954031 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(13))), event: Key(KeyboardInput { scancode: 125, state: Released, virtual_keycode: None, modifiers: LOGO }) }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(13))), event: ModifiersChanged((empty)) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 215540741 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (0.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 451430492 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -10.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-10.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 461385163 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -12.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-12.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 469357829 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -15.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-15.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 475359579 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -13.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-13.0, 5.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 483359747 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -12.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 8.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-12.0, 8.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 493351297 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -11.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 9.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-11.0, 9.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 501321238 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -9.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 8.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-9.0, 8.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 507323631 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -8.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 10.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-8.0, 10.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 517338665 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -7.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 9.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-7.0, 9.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 525345266 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 7.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-5.0, 7.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 531327801 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-5.0, 6.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 539325784 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-4.0, 6.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 549359495 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-5.0, 5.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 555377536 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-4.0, 5.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 563364910 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-4.0, 4.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 573329068 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-4.0, 5.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 579357620 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, 4.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 587338712 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, 5.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 595345502 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, 4.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 603336553 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-2.0, 5.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 611358060 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-2.0, 4.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 619348259 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, 5.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 627377261 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, 5.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 635353583 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-4.0, 6.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 643371896 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -7.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 7.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-7.0, 7.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 651377252 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -7.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 8.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-7.0, 8.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 659377010 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -8.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 10.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-8.0, 10.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 667343905 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -11.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 11.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-11.0, 11.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 675347589 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -11.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 10.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-11.0, 10.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 683364628 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -10.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 10.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-10.0, 10.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 691357712 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -9.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 9.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-9.0, 9.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 699359253 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -7.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 7.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-7.0, 7.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 707396850 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-5.0, 3.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 715354398 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-5.0, 1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 723356078 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-4.0, 1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 731365263 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-5.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 739365561 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: 0.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-4.0, 0.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 747364566 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-5.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 755359203 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-4.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 763387985 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 771387251 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-2.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 779386507 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-1.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 787383808 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-2.0, -2.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 819393316 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 827398332 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-2.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 835386929 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, -4.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 843365514 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-2.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 851376283 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-1.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 859393733 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-2.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 867384673 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-2.0, -4.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 875391223 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-2.0, -4.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 883406759 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, -4.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 891370268 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, -5.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 901353903 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, -5.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 907344644 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -6.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-4.0, -6.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 915340393 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -4.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-4.0, -5.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 923351220 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -5.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, -5.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 931346399 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-3.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 941365331 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -2.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -3.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-2.0, -3.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 947355701 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 0, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Motion { axis: 1, value: -1.0 } }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: MouseMotion { delta: (-1.0, -1.0) } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 955395283 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Button { button: 1, state: Pressed } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8012, tv_nsec: 987351620 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(8))), event: Button { button: 1, state: Released } }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8013, tv_nsec: 59440152 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(13))), event: Key(KeyboardInput { scancode: 29, state: Pressed, virtual_keycode: Some(LControl), modifiers: (empty) }) }
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(13))), event: ModifiersChanged(CTRL) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
[2020-06-19 16:56] [INFO] glutin event: NewEvents(WaitCancelled { start: Instant { tv_sec: 8013, tv_nsec: 201419074 }, requested_resume: None })
[2020-06-19 16:56] [INFO] glutin event: DeviceEvent { device_id: DeviceId(X(DeviceId(13))), event: Key(KeyboardInput { scancode: 46, state: Pressed, virtual_keycode: Some(C), modifiers: CTRL }) }
[2020-06-19 16:56] [INFO] glutin event: MainEventsCleared
[2020-06-19 16:56] [INFO] glutin event: RedrawEventsCleared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment