Skip to content

Instantly share code, notes, and snippets.

@spamwax
Created January 19, 2019 23:54
Show Gist options
  • Save spamwax/1fcf289058289ba6fffa12713f4d7b33 to your computer and use it in GitHub Desktop.
Save spamwax/1fcf289058289ba6fffa12713f4d7b33 to your computer and use it in GitHub Desktop.
[2019-01-19 18:54] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140730731456944)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 58, state: Pressed, virtual_keycode: Some(LAlt), modifiers: ModifiersState { shift: false, ctrl: false, alt: true, logo: false } } } }
[2019-01-19 18:54] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140730731456944)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 3, state: Pressed, virtual_keycode: Some(F), modifiers: ModifiersState { shift: false, ctrl: false, alt: true, logo: false } } } }
[2019-01-19 18:54] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140730731456944)), event: ReceivedCharacter('ƒ') }
[2019-01-19 18:54] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140730731456944)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 3, state: Released, virtual_keycode: Some(F), modifiers: ModifiersState { shift: false, ctrl: false, alt: true, logo: false } } } }
[2019-01-19 18:54] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140730731456944)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 58, state: Released, virtual_keycode: Some(LAlt), modifiers: ModifiersState { shift: false, ctrl: false, alt: false, logo: false } } } }
[2019-01-19 18:54] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140730731456944)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 11, state: Pressed, virtual_keycode: Some(B), modifiers: ModifiersState { shift: false, ctrl: false, alt: false, logo: false } } } }
[2019-01-19 18:54] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140730731456944)), event: ReceivedCharacter('b') }
[2019-01-19 18:54] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140730731456944)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 11, state: Released, virtual_keycode: Some(B), modifiers: ModifiersState { shift: false, ctrl: false, alt: false, logo: false } } } }
[2019-01-19 18:54] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140730731456944)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 55, state: Pressed, virtual_keycode: Some(RWin), modifiers: ModifiersState { shift: false, ctrl: false, alt: false, logo: true } } } }
[2019-01-19 18:54] [INFO] glutin event: WindowEvent { window_id: WindowId(Id(140730731456944)), event: KeyboardInput { device_id: DeviceId(DeviceId), input: KeyboardInput { scancode: 55, state: Released, virtual_keycode: Some(RWin), modifiers: ModifiersState { shift: false, ctrl: false, alt: false, logo: false } } } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment