Home
last modified time | relevance | path

Searched refs:touchObj (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/python/
Dat42qt1070.py28 def printButtons(touchObj): argument
30 buttons = touchObj.getButtons()
43 if (touchObj.isCalibrating()):
46 if (touchObj.isOverflowed()):
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dat42qt1070.js28 function printButtons(touchObj) argument
31 var buttons = touchObj.getButtons();
48 if (touchObj.isCalibrating())
51 if (touchObj.isOverflowed())