Enum raui_core::interactive::default_interactions_engine::Interaction [−][src]
pub enum Interaction {
None,
Navigate(NavSignal),
PointerDown(PointerButton, Vec2),
PointerUp(PointerButton, Vec2),
PointerMove(Vec2),
}Variants
PointerDown(PointerButton, Vec2)PointerUp(PointerButton, Vec2)PointerMove(Vec2)Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Interactionimpl Send for Interactionimpl Sync for Interactionimpl Unpin for Interactionimpl UnwindSafe for InteractionBlanket Implementations
Mutably borrows from an owned value. Read more