Home | History | Annotate | Download | only in input

Lines Matching full:buttonspressed

2426     bool buttonsPressed = currentButtonState & ~lastButtonState;
2491 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) {
3729 bool buttonsPressed = mCurrentButtonState & ~mLastButtonState;
3730 if (initialDown || buttonsPressed) {