parent
5361a4d72d
commit
569a7234fd
9 changed files with 33 additions and 11 deletions
|
@ -100,6 +100,9 @@ pub struct MouseDownEvent {
|
|||
|
||||
/// The number of times the button has been clicked.
|
||||
pub click_count: usize,
|
||||
|
||||
/// Whether this is the first, focusing click.
|
||||
pub first_mouse: bool,
|
||||
}
|
||||
|
||||
impl Sealed for MouseDownEvent {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue