tomkidd / Quake-iOS

Quake for iOS and tvOS for Apple TV
72 stars 14 forks source link

Use enter key instead of space for A button #9

Open dnicolson opened 3 years ago

dnicolson commented 3 years ago

This pull request replaces the A button key code, K_ENTER is used instead of K_SPACE to align with the iOS controller overlay. This also fixes the menu when using a controller.

It appears that the original code also used K_ENTER, which is indicated by the left over comment.