Enum zaplib::PointerInputType
source · [−]pub enum PointerInputType {
Mouse,
Touch,
XR,
}
Expand description
The type of input that was used to trigger a pointer event.
Variants
Mouse
Touch
XR
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PointerInputType
impl Send for PointerInputType
impl Sync for PointerInputType
impl Unpin for PointerInputType
impl UnwindSafe for PointerInputType
Blanket Implementations
Mutably borrows from an owned value. Read more