Struct raui_core::interactive::default_interactions_engine::DefaultInteractionsEngineResult [−][src]
pub struct DefaultInteractionsEngineResult {
pub captured_pointer_location: bool,
pub captured_pointer_action: bool,
pub captured_text_change: bool,
}
Fields
captured_pointer_location: bool
captured_pointer_action: bool
captured_text_change: bool
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
fn perform_interactions(
&mut self,
app: &mut Application
) -> Result<DefaultInteractionsEngineResult, ()>
Auto Trait Implementations
impl Send for DefaultInteractionsEngineResult
impl Sync for DefaultInteractionsEngineResult
impl Unpin for DefaultInteractionsEngineResult
Blanket Implementations
Mutably borrows from an owned value. Read more