pub trait GamepadEventMethods {
    // Required methods
    fn Gamepad(&self) -> Root<Dom<Gamepad>>;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

source

fn Gamepad(&self) -> Root<Dom<Gamepad>>

source

fn IsTrusted(&self) -> bool

Implementors§