Home
last modified time | relevance | path

Searched refs:getRawKeyValue (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dsainsmartks.js41 console.log("Button value: " + lcd.getRawKeyValue());
/hardware/bsp/intel/peripheral/libupm/src/lcd/
Dsainsmartks.h83 float getRawKeyValue();
Dsainsmartks.cxx45 float SAINSMARTKS::getRawKeyValue() in getRawKeyValue() function in SAINSMARTKS
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dsainsmartks.cxx57 cout << "Button value: " << lcd->getRawKeyValue() << endl; in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dsainsmartks.py52 print "Button value: ", lcd.getRawKeyValue()