Searched refs:mBtnStylus2 (Results 1 – 2 of 2) sorted by relevance
41 mBtnStylus2 = deviceContext.isKeyPressed(BTN_STYLUS2) || deviceContext.isKeyPressed(BTN_0); in reset()58 mBtnStylus2 = 0; in clearButtons()84 mBtnStylus2 = rawEvent->value; in process()128 if (mBtnStylus2) { in getButtonState()
48 bool mBtnStylus2; variable