Struct augdom::event::GamepadConnectedBuilder [−][src]
pub struct GamepadConnectedBuilder(_);Expand description
A builder for events.
Methods from Deref<Target = GamepadEventInit>
Change the bubbles field of this object.
This API requires the following crate features to be activated: GamepadEventInit
Change the cancelable field of this object.
This API requires the following crate features to be activated: GamepadEventInit
Change the composed field of this object.
This API requires the following crate features to be activated: GamepadEventInit
Trait Implementations
type Target = GamepadEventInit
type Target = GamepadEventInit
The resulting type after dereferencing.
type Output = GamepadConnected
type Output = GamepadConnected
The event produced by the builder.
Build, returning the output.