mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Improved text edit with cursor that can be moved with arrow keys
This commit is contained in:
@@ -120,7 +120,7 @@ pub enum Event {
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Eq, Ord, PartialEq, PartialOrd, Deserialize)]
|
||||
#[derive(Clone, Copy, Debug, Eq, Ord, PartialEq, PartialOrd, Deserialize)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum Key {
|
||||
Alt,
|
||||
|
||||
Reference in New Issue
Block a user