Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/joystick12/
Djoystick12.h83 float getYInput();
Djoystick12.cxx87 float Joystick12::getYInput() { in getYInput() function in Joystick12
/hardware/bsp/intel/peripheral/libupm/examples/java/
DJoystick12_exampleSample.java44 float y = joystick.getYInput(); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Djoystick12.py49 YString = ": and Y:" + str(myJoystick.getYInput())
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Djoystick12-example.cxx55 float y = sensor->getYInput(); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Djoystick12.js37 var YString = ": and Y:" + roundNum(myJoystick.getYInput(), 6);