Searched refs:mBtnToolLens (Results 1 – 2 of 2) sorted by relevance
49 mBtnToolLens = deviceContext.isKeyPressed(BTN_TOOL_LENS); in reset()66 mBtnToolLens = 0; in clearButtons()108 mBtnToolLens = rawEvent->value; in process()135 if (mBtnToolMouse || mBtnToolLens) { in getToolType()152 mBtnToolPencil || mBtnToolAirbrush || mBtnToolMouse || mBtnToolLens || in isToolActive()
56 bool mBtnToolLens; variable