Refactor KeyCode into Key and Location
This commit is contained in:
parent
534c7dd7b0
commit
64d1ce5532
24 changed files with 1277 additions and 461 deletions
|
|
@ -645,7 +645,7 @@ async fn run_instance<A, E, C>(
|
|||
|
||||
if let Some(event) = conversion::window_event(
|
||||
id,
|
||||
&window_event,
|
||||
window_event,
|
||||
window.state.scale_factor(),
|
||||
window.state.modifiers(),
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue