change vulkan report to scroll lock key

This commit is contained in:
Quaternions 2023-09-27 15:54:27 -07:00
parent da3d0ca254
commit 0d6e989812

View File

@ -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,
..
},