Skip to main content

stepper

Function stepper 

Source
pub fn stepper(
    x: f32,
    y: f32,
    w: f32,
    h: f32,
    hover_minus: bool,
    hover_plus: bool,
    primary: Rgba,
    track: Rgba,
) -> Draw
Expand description

Stepper: [ - value + ] frame (host draws value). Returns the two button rects’ geometry.