pub struct WebTouchInputDevice { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl InputDevice for WebTouchInputDevice
impl InputDevice for WebTouchInputDevice
fn name(&self) -> &str
fn on_register(&mut self)
fn on_unregister(&mut self)
fn process(&mut self, _: &mut Universe)
fn query_axis(&self, name: &str) -> Option<Scalar>
fn query_trigger(&self, name: &str) -> Option<bool>
fn query_text(&self) -> Option<String>
fn as_any(&self) -> &dyn Any
impl Send for WebTouchInputDevice
impl Sync for WebTouchInputDevice
Auto Trait Implementations§
impl Freeze for WebTouchInputDevice
impl !RefUnwindSafe for WebTouchInputDevice
impl Unpin for WebTouchInputDevice
impl !UnwindSafe for WebTouchInputDevice
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more