Searched refs:haveGamepadButtons (Results 1 – 1 of 1) sorted by relevance
2372 bool haveGamepadButtons = device->keyBitmask.any(BTN_MISC, BTN_MOUSE) || in openDeviceLocked() local2376 if (haveKeyboardKeys || haveGamepadButtons || haveStylusButtons) { in openDeviceLocked()2402 if (device->keyBitmask.test(BTN_TOUCH) || !haveGamepadButtons) { in openDeviceLocked()2422 if (haveGamepadButtons) { in openDeviceLocked()