Add repeat field to keyboard::Event::KeyPressed
This commit is contained in:
parent
4f6ccb78fe
commit
4108838713
3 changed files with 6 additions and 0 deletions
|
|
@ -381,6 +381,7 @@ pub fn press_key(
|
|||
),
|
||||
location: keyboard::Location::Standard,
|
||||
modifiers: keyboard::Modifiers::default(),
|
||||
repeat: false,
|
||||
text,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue