Add conversion functions for winit feature
This commit is contained in:
parent
6fbba6f4ee
commit
c0083437eb
5 changed files with 195 additions and 6 deletions
|
|
@ -13,9 +13,6 @@ pub enum Event {
|
|||
key_code: KeyCode,
|
||||
},
|
||||
|
||||
/// Text was entered.
|
||||
TextEntered {
|
||||
/// The character entered
|
||||
character: char,
|
||||
},
|
||||
/// A unicode character was received.
|
||||
ReceivedCharacter(char),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue