Enum webview2_sys::PointerEventKind [−][src]
#[repr(u32)]
pub enum PointerEventKind {
Activate,
Down,
Enter,
Leave,
Up,
Update,
}Pointer event type used by SendPointerInput to convey the type of pointer event being sent to WebView. The values of this enum align with the matching WM_POINTER* window messages.
Variants
Corresponds to WM_POINTERACTIVATE.
Corresponds to WM_POINTERDOWN.
Corresponds to WM_POINTERENTER.
Corresponds to WM_POINTERLEAVE.
Corresponds to WM_POINTERUP.
Corresponds to WM_POINTERUPDATE.
Trait Implementations
impl Clone for PointerEventKind[src]
impl Clone for PointerEventKind[src]fn clone(&self) -> PointerEventKind[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for PointerEventKind[src]
impl Copy for PointerEventKind[src]impl Eq for PointerEventKind[src]
impl Eq for PointerEventKind[src]impl PartialEq<PointerEventKind> for PointerEventKind[src]
impl PartialEq<PointerEventKind> for PointerEventKind[src]impl StructuralEq for PointerEventKind[src]
impl StructuralEq for PointerEventKind[src]impl StructuralPartialEq for PointerEventKind[src]
impl StructuralPartialEq for PointerEventKind[src]Auto Trait Implementations
impl RefUnwindSafe for PointerEventKind
impl RefUnwindSafe for PointerEventKindimpl Send for PointerEventKind
impl Send for PointerEventKindimpl Sync for PointerEventKind
impl Sync for PointerEventKindimpl Unpin for PointerEventKind
impl Unpin for PointerEventKindimpl UnwindSafe for PointerEventKind
impl UnwindSafe for PointerEventKind