var varianceThreshhold = 1,
        smoothInput = config.getOptions().analogStickSmoothing,
        outputSmoothing = new Smoothing(smoothInput),
        analogSticks = config.getControllerConfig().analogSticks;