Struct egui::style::Interaction [−][src]
pub struct Interaction {
pub resize_grab_radius_side: f32,
pub resize_grab_radius_corner: f32,
pub show_tooltips_only_when_still: bool,
}
Expand description
How and when interaction happens.
Fields
resize_grab_radius_side: f32
Mouse must be the close to the side of a window to resize
resize_grab_radius_corner: f32
Mouse must be the close to the corner of a window to resize
show_tooltips_only_when_still: bool
If false
, tooltips will show up anytime you hover anything, even is mouse is still moving
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for Interaction
impl Send for Interaction
impl Sync for Interaction
impl Unpin for Interaction
impl UnwindSafe for Interaction
Blanket Implementations
Mutably borrows from an owned value. Read more