Searched refs:mBtnTouch (Results 1 – 2 of 2) sorted by relevance
1392 mBtnTouch = device->isKeyPressed(BTN_TOUCH); in reset()1411 mBtnTouch = 0; in clearButtons()1431 mBtnTouch = rawEvent->value; in process()1505 return mBtnTouch || mBtnToolFinger || mBtnToolPen || mBtnToolRubber in isToolActive()1512 return mHaveBtnTouch && !mBtnTouch; in isHovering()
774 bool mBtnTouch; variable