Struct raui_core::interactive::default_interactions_engine::DefaultInteractionsEngine [−][src]
pub struct DefaultInteractionsEngine {
pub deselect_when_no_button_found: bool,
// some fields omitted
}Expand description
Single pointer + Keyboard + Gamepad
Fields
Implementations
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 RefUnwindSafe for DefaultInteractionsEngineimpl Send for DefaultInteractionsEngineimpl Sync for DefaultInteractionsEngineimpl Unpin for DefaultInteractionsEngineimpl UnwindSafe for DefaultInteractionsEngine