Searched refs:mBtnRight (Results 1 – 2 of 2) sorted by relevance
30 mBtnRight = deviceContext.isKeyPressed(BTN_RIGHT); in reset()41 mBtnRight = 0; in clearButtons()57 mBtnRight = rawEvent->value; in process()86 if (mBtnRight) { in getButtonState()
39 bool mBtnRight; variable