Struct stick::Remapper[][src]

pub struct Remapper { /* fields omitted */ }

A structure to remap an Input to a different Input.

Methods

impl Remapper
[src]

Create a new remapping. id is which joystick type should remap an input, 0 for all. remapper is the function to do the remapping.

Auto Trait Implementations

impl Send for Remapper

impl Sync for Remapper