added physical_key to KeyReleased event
This commit is contained in:
parent
75548373a7
commit
8b34f99b02
2 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ pub enum Event {
|
|||
/// The key released.
|
||||
key: Key,
|
||||
|
||||
/// The physical key released.
|
||||
physical_key: key::Physical,
|
||||
|
||||
/// The location of the key.
|
||||
location: Location,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue