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()
36 inline bool isRightPressed() const { return mBtnRight; } in isRightPressed()46 bool mBtnRight; variable