Type Alias winit::event::ButtonId

source ·
pub type ButtonId = u32;
Expand description

Identifier for a specific button on some device.

Trait Implementations§

source§

impl Pixel for u32

source§

fn from_f64(f: f64) -> Self

source§

fn cast<P: Pixel>(self) -> P