[−][src]Struct raui_core::interactive::default_interactions_engine::DefaultInteractionsEngine
Single pointer + Keyboard + Gamepad
Implementations
impl DefaultInteractionsEngine[src]
pub fn new() -> Self[src]
pub fn with_capacity(buttons: usize, interactions_queue: usize) -> Self[src]
pub fn interact(&mut self, interaction: Interaction)[src]
Trait Implementations
impl Debug for DefaultInteractionsEngine[src]
impl Default for DefaultInteractionsEngine[src]
pub fn default() -> DefaultInteractionsEngine[src]
impl InteractionsEngine<DefaultInteractionsEngineResult, ()> for DefaultInteractionsEngine[src]
pub fn perform_interactions(
&mut self,
app: &Application
) -> Result<DefaultInteractionsEngineResult, ()>[src]
&mut self,
app: &Application
) -> Result<DefaultInteractionsEngineResult, ()>
Auto Trait Implementations
impl RefUnwindSafe for DefaultInteractionsEngine[src]
impl Send for DefaultInteractionsEngine[src]
impl Sync for DefaultInteractionsEngine[src]
impl Unpin for DefaultInteractionsEngine[src]
impl UnwindSafe for DefaultInteractionsEngine[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,