HomeSort by relevance Sort by last modified time
    Searched full:abs_correct (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
SDL_sysjoystick.c 294 } abs_correct[ABS_MAX]; member in struct:joystick_hwdata
724 joystick->hwdata->abs_correct[i].used = 0;
726 joystick->hwdata->abs_correct[i].used = 1;
727 joystick->hwdata->abs_correct[i].coef[0] =
729 joystick->hwdata->abs_correct[i].coef[1] =
733 joystick->hwdata->abs_correct[i].coef[2] = (1 << 29) / t;
735 joystick->hwdata->abs_correct[i].coef[2] = 0;
1056 correct = &joystick->hwdata->abs_correct[which];

Completed in 80 milliseconds