Home
last modified time | relevance | path

Searched refs:deviceScale (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/darwin/
A DSDL_sysjoystick.c205 const float deviceScale = max - min; in GetHIDScaledCalibratedState() local
215 *pValue = ((*pValue - pElement->minReport) * deviceScale / readScale) + min; in GetHIDScaledCalibratedState()

Completed in 4 milliseconds