Searched refs:mBtnSide (Results 1 – 2 of 2) sorted by relevance
33 mBtnSide = deviceContext.isKeyPressed(BTN_SIDE); in reset()44 mBtnSide = 0; in clearButtons()66 mBtnSide = rawEvent->value; in process()92 if (mBtnBack || mBtnSide) { in getButtonState()
42 bool mBtnSide; variable