forked from StrafesNET/strafe-client
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 {
|
WindowEvent::KeyboardInput {
|
||||||
input:
|
input:
|
||||||
event::KeyboardInput {
|
event::KeyboardInput {
|
||||||
virtual_keycode: Some(event::VirtualKeyCode::R),
|
virtual_keycode: Some(event::VirtualKeyCode::Scroll),
|
||||||
state: event::ElementState::Pressed,
|
state: event::ElementState::Pressed,
|
||||||
..
|
..
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user