Searched refs:GAMEPAD_KEYCODES (Results 1 – 1 of 1) sorted by relevance
1045 static const int32_t GAMEPAD_KEYCODES[] = { variable1277 for (size_t i = 0; i < sizeof(GAMEPAD_KEYCODES)/sizeof(GAMEPAD_KEYCODES[0]); i++) { in openDeviceLocked()1278 if (hasKeycodeLocked(device, GAMEPAD_KEYCODES[i])) { in openDeviceLocked()