OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minreport
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c
70
long
minReport
; /* min returned value */
129
if (hidEvent.value < pElement->
minReport
)
130
pElement->
minReport
= hidEvent.value;
143
float readScale = pElement->maxReport - pElement->
minReport
;
148
return ((value - pElement->
minReport
) * deviceScale / readScale) + min;
244
pElement->
minReport
= pElement->min = number;
Completed in 136 milliseconds