mirror of https://github.com/wayvr-org/wayvr.git
wayvr: fix keyboard modifiers of different pointer modes
This commit is contained in:
parent
0152194278
commit
878bc4bf53
|
|
@ -250,7 +250,7 @@ fn key_press(
|
|||
_ => 0,
|
||||
};
|
||||
|
||||
app.hid_provider.set_modifiers(data.modifiers);
|
||||
set_modifiers(app, data.modifiers);
|
||||
|
||||
send_key(app, *vk, true);
|
||||
*pressed = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue