OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X_center
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/joystick12/
joystick12.cxx
38
const int Joystick12::
X_center
= 1610;
79
if (in <
X_center
) return -(
X_center
- in) / (
X_center
- X_left);
80
if (in ==
X_center
) return 0;
81
if (in < X_right) return (in -
X_center
) / (X_right -
X_center
);
joystick12.h
90
static const int
X_center
;
Completed in 155 milliseconds