Searched refs:mBtnToolPencil (Results 1 – 2 of 2) sorted by relevance
46 mBtnToolPencil = deviceContext.isKeyPressed(BTN_TOOL_PENCIL); in reset()63 mBtnToolPencil = 0; in clearButtons()99 mBtnToolPencil = rawEvent->value; in process()141 if (mBtnToolPen || mBtnToolBrush || mBtnToolPencil || mBtnToolAirbrush) { in getToolType()152 mBtnToolPencil || mBtnToolAirbrush || mBtnToolMouse || mBtnToolLens || in isToolActive()
53 bool mBtnToolPencil; variable