Merge branch 'flutter_desktop'

This commit is contained in:
Asura
2022-08-26 22:00:49 -07:00
10 changed files with 298 additions and 211 deletions

View File

@@ -1681,7 +1681,7 @@ pub enum Data {
}
/// Keycode for key events.
#[derive(Clone)]
#[derive(Clone, Debug)]
pub enum Key {
ControlKey(ControlKey),
Chr(u32),