Pad: Formatting

This commit is contained in:
TellowKrinkle 2021-08-14 21:45:07 -05:00 committed by tellowkrinkle
parent 0bd65614d0
commit d96b1ef525
1 changed files with 25 additions and 26 deletions

View File

@ -94,7 +94,6 @@ static const std::array<gamePadValues, MAX_KEYS> all_keys =
PAD_R_RIGHT, // Right joystick (Right) → PAD_R_RIGHT, // Right joystick (Right) →
PAD_R_DOWN, // Right joystick (Down) ↓ PAD_R_DOWN, // Right joystick (Down) ↓
PAD_R_LEFT // Right joystick (Left) ← PAD_R_LEFT // Right joystick (Left) ←
}; };
static bool IsAnalogKey(int index) static bool IsAnalogKey(int index)