Searched refs:mBtnTask (Results 1 – 2 of 2) sorted by relevance
36 mBtnTask = deviceContext.isKeyPressed(BTN_TASK); in reset()47 mBtnTask = 0; in clearButtons()75 mBtnTask = rawEvent.value; in process()
42 inline bool isTaskPressed() const { return mBtnTask; } in isTaskPressed()52 bool mBtnTask; variable