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