Searched refs:mBtnToolBrush (Results 1 – 2 of 2) sorted by relevance
45 mBtnToolBrush = deviceContext.isKeyPressed(BTN_TOOL_BRUSH); in reset()62 mBtnToolBrush = 0; in clearButtons()96 mBtnToolBrush = rawEvent->value; in process()141 if (mBtnToolPen || mBtnToolBrush || mBtnToolPencil || mBtnToolAirbrush) { in getToolType()151 return mBtnTouch || mBtnToolFinger || mBtnToolPen || mBtnToolRubber || mBtnToolBrush || in isToolActive()
52 bool mBtnToolBrush; variable