Add repeat field to keyboard::Event::KeyPressed

This commit is contained in:
bbb651 2025-06-15 22:17:28 +03:00 committed by Héctor Ramón Jiménez
parent 4f6ccb78fe
commit 4108838713
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 6 additions and 0 deletions

View file

@ -381,6 +381,7 @@ pub fn press_key(
),
location: keyboard::Location::Standard,
modifiers: keyboard::Modifiers::default(),
repeat: false,
text,
})
}