Searched refs:mBtnTouch (Results 1 – 2 of 2) sorted by relevance
1278 mBtnTouch = device->isKeyPressed(BTN_TOUCH); in reset()1295 mBtnTouch = 0; in clearButtons()1315 mBtnTouch = rawEvent->value; in process()1388 return mBtnTouch || mBtnToolFinger || mBtnToolPen || mBtnToolRubber in isToolActive()1395 return mHaveBtnTouch && !mBtnTouch; in isHovering()
725 bool mBtnTouch; variable