Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/joystick12/
Djoystick12.h76 float getXInput();
Djoystick12.cxx76 float Joystick12::getXInput() { in getXInput() function in Joystick12
/hardware/bsp/intel/peripheral/libupm/examples/java/
DJoystick12_exampleSample.java43 float x = joystick.getXInput(); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Djoystick12.py48 XString = "Driving X:" + str(myJoystick.getXInput())
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Djoystick12-example.cxx54 float x = sensor->getXInput(); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Djoystick12.js36 var XString = "Driving X:" + roundNum(myJoystick.getXInput(), 6);