add physical_key to key subscriptions
This commit is contained in:
parent
3fc85b900d
commit
86083d8ec8
8 changed files with 29 additions and 17 deletions
|
|
@ -67,6 +67,7 @@ impl Stopwatch {
|
|||
|
||||
fn handle_hotkey(
|
||||
key: keyboard::Key,
|
||||
_physical_key: keyboard::key::Physical,
|
||||
_modifiers: keyboard::Modifiers,
|
||||
) -> Option<Message> {
|
||||
use keyboard::key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue