pub struct IO {
pub emulate_three_button_mouse: Modifiers,
pub link_detatch_with_modifier_click: Modifiers,
pub alt_mouse_button: Option<PointerButton>,
}
Expand description
This controls the modifers needed for certain mouse interactions
Fields§
The Modfier that needs to pressed to pan the editor
link_detatch_with_modifier_click: Modifiers
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IO
impl RefUnwindSafe for IO
impl Send for IO
impl Sync for IO
impl Unpin for IO
impl UnwindSafe for IO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more