Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/python/
Dttp223.py32 if touch.isPressed():
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dttp223.js34 if ( touch.isPressed() ) {
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dttp223.cxx41 if ( touch->isPressed() ) { in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DTTP223Sample.java41 if (touch.isPressed()) in main()
/hardware/bsp/intel/peripheral/libupm/src/ttp223/
Dttp223.h92 bool isPressed();
Dttp223.cxx58 bool TTP223::isPressed() { in isPressed() function in TTP223