change vulkan report to scroll lock key
This commit is contained in:
parent
da3d0ca254
commit
0d6e989812
@ -358,7 +358,7 @@ fn start<E: Example>(
|
||||
WindowEvent::KeyboardInput {
|
||||
input:
|
||||
event::KeyboardInput {
|
||||
virtual_keycode: Some(event::VirtualKeyCode::R),
|
||||
virtual_keycode: Some(event::VirtualKeyCode::Scroll),
|
||||
state: event::ElementState::Pressed,
|
||||
..
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user