HomeSort by relevance Sort by last modified time
    Searched refs:Y_left (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/joystick12/
joystick12.h 92 static const int Y_left;
joystick12.cxx 41 const int Joystick12::Y_left = 2;
89 if (in < Y_left) return -1;
90 if (in < Y_center) return -(Y_center - in) / (Y_center - Y_left);

Completed in 1511 milliseconds