[][src]Struct web_sys::PointerEvent

#[repr(transparent)]
pub struct PointerEvent { /* fields omitted */ }

The PointerEvent object

MDN Documentation

This API requires the following crate features to be activated: PointerEvent

Methods

impl PointerEvent
[src]

The new PointerEvent(..) constructor, creating a new instance of PointerEvent

MDN Documentation

This API requires the following crate features to be activated: PointerEvent

impl PointerEvent
[src]

The getCoalescedEvents() method

MDN Documentation

This API requires the following crate features to be activated: PointerEvent

impl PointerEvent
[src]

The pointerId getter

MDN Documentation

This API requires the following crate features to be activated: PointerEvent

impl PointerEvent
[src]

The width getter

MDN Documentation

This API requires the following crate features to be activated: PointerEvent

impl PointerEvent
[src]

The height getter

MDN Documentation

This API requires the following crate features to be activated: PointerEvent

impl PointerEvent
[src]

The pressure getter

MDN Documentation

This API requires the following crate features to be activated: PointerEvent

impl PointerEvent
[src]

The tangentialPressure getter

MDN Documentation

This API requires the following crate features to be activated: PointerEvent

impl PointerEvent
[src]

The tiltX getter

MDN Documentation

This API requires the following crate features to be activated: PointerEvent

impl PointerEvent
[src]

The tiltY getter

MDN Documentation

This API requires the following crate features to be activated: PointerEvent

impl PointerEvent
[src]

The twist getter

MDN Documentation

This API requires the following crate features to be activated: PointerEvent

impl PointerEvent
[src]

The pointerType getter

MDN Documentation

This API requires the following crate features to be activated: PointerEvent

impl PointerEvent
[src]

The isPrimary getter

MDN Documentation

This API requires the following crate features to be activated: PointerEvent

Methods from Deref<Target = MouseEvent>

The getModifierState() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent, Window

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent, Window

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent, Window

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent, Window

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent, Window

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent, Window

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent, Window

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent, Window

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent, Window

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent, Window

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: MouseEvent, Window

The initMouseEvent() method

MDN Documentation

This API requires the following crate features to be activated: EventTarget, MouseEvent, Window

The screenX getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The screenY getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The clientX getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The clientY getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The x getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The y getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The offsetX getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The offsetY getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The ctrlKey getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The shiftKey getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The altKey getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The metaKey getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The button getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The buttons getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The relatedTarget getter

MDN Documentation

This API requires the following crate features to be activated: EventTarget, MouseEvent

The region getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The movementX getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

The movementY getter

MDN Documentation

This API requires the following crate features to be activated: MouseEvent

Trait Implementations

impl AsRef<JsValue> for PointerEvent
[src]

impl AsRef<MouseEvent> for PointerEvent
[src]

impl AsRef<UiEvent> for PointerEvent
[src]

impl AsRef<Event> for PointerEvent
[src]

impl AsRef<Object> for PointerEvent
[src]

impl From<JsValue> for PointerEvent
[src]

impl From<PointerEvent> for JsValue
[src]

impl From<PointerEvent> for MouseEvent
[src]

impl From<PointerEvent> for UiEvent
[src]

impl From<PointerEvent> for Event
[src]

impl From<PointerEvent> for Object
[src]

impl Clone for PointerEvent
[src]

Performs copy-assignment from source. Read more

impl Debug for PointerEvent
[src]

impl Deref for PointerEvent
[src]

The resulting type after dereferencing.

impl JsCast for PointerEvent
[src]

Test whether this JS value is an instance of the type T. Read more

Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more

Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more

Performs a zero-cost unchecked cast into the specified type. Read more

Performs a zero-cost unchecked cast into a reference to the specified type. Read more

impl WasmDescribe for PointerEvent
[src]

impl IntoWasmAbi for PointerEvent
[src]

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a PointerEvent
[src]

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl FromWasmAbi for PointerEvent
[src]

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl OptionFromWasmAbi for PointerEvent
[src]

impl RefFromWasmAbi for PointerEvent
[src]

The wasm ABI type references to Self are recovered from.

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more

impl OptionIntoWasmAbi for PointerEvent
[src]

impl<'a> OptionIntoWasmAbi for &'a PointerEvent
[src]

Auto Trait Implementations

impl !Send for PointerEvent

impl !Sync for PointerEvent

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

Same as IntoWasmAbi::Abi