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: boolcaptured_pointer_action: boolcaptured_text_change: boolImplementations
Trait Implementations
Returns the “default value” for a type. Read more
fn perform_interactions(
&mut self,
app: &mut Application
) -> Result<DefaultInteractionsEngineResult, ()>[src]Auto Trait Implementations
impl Send for DefaultInteractionsEngineResultimpl Sync for DefaultInteractionsEngineResultimpl Unpin for DefaultInteractionsEngineResultBlanket Implementations
Mutably borrows from an owned value. Read more