Searched refs:mBtnTouch (Results 1 – 2 of 2) sorted by relevance
1457 mBtnTouch = device->isKeyPressed(BTN_TOUCH); in reset()1476 mBtnTouch = 0; in clearButtons()1496 mBtnTouch = rawEvent->value; in process()1570 return mBtnTouch || mBtnToolFinger || mBtnToolPen || mBtnToolRubber in isToolActive()1577 return mHaveBtnTouch && !mBtnTouch; in isHovering()
445 bool mBtnTouch; variable