Type Alias winit::event::AxisId

source ·
pub type AxisId = u32;
Expand description

Identifier for a specific analog axis on some device.

Trait Implementations§

source§

impl Pixel for u32

source§

fn from_f64(f: f64) -> Self

source§

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