Merge branch 'terminal-mouse' of github.com:zed-industries/zed into terminal-mouse
This commit is contained in:
commit
9f9bafd2a7
6 changed files with 193 additions and 86 deletions
|
@ -68,7 +68,7 @@ impl Default for MouseButton {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Default)]
|
||||
#[derive(Clone, Copy, Debug, Default)]
|
||||
pub struct MouseButtonEvent {
|
||||
pub button: MouseButton,
|
||||
pub position: Vector2F,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue