Trait TouchEventMethods

Source
pub(crate) trait TouchEventMethods<D>
where D: DomTypes,
{ // Required methods fn Touches(&self) -> Root<Dom<<D as DomTypes>::TouchList>>; fn TargetTouches(&self) -> Root<Dom<<D as DomTypes>::TouchList>>; fn ChangedTouches(&self) -> Root<Dom<<D as DomTypes>::TouchList>>; fn AltKey(&self) -> bool; fn MetaKey(&self) -> bool; fn CtrlKey(&self) -> bool; fn ShiftKey(&self) -> bool; fn IsTrusted(&self) -> bool; }

Required Methods§

Source

fn Touches(&self) -> Root<Dom<<D as DomTypes>::TouchList>>

Source

fn TargetTouches(&self) -> Root<Dom<<D as DomTypes>::TouchList>>

Source

fn ChangedTouches(&self) -> Root<Dom<<D as DomTypes>::TouchList>>

Source

fn AltKey(&self) -> bool

Source

fn MetaKey(&self) -> bool

Source

fn CtrlKey(&self) -> bool

Source

fn ShiftKey(&self) -> bool

Source

fn IsTrusted(&self) -> bool

Implementors§