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

  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 143 float readScale = pElement->maxReport - pElement->minReport;
145 if (readScale == 0)
148 return ((value - pElement->minReport) * deviceScale / readScale) + min;

Completed in 623 milliseconds