Novum / vkQuake

Vulkan Quake port based on QuakeSpasm
GNU General Public License v2.0
1.81k stars 220 forks source link

Fix menu cursor movement #649

Closed Macil closed 1 year ago

Macil commented 1 year ago

This fixes two issues:

  1. The cursor in the sound menu can be moved too far with the arrow keys.
  2. The cursor could not be moved with the down key past the padding gap in the options menu or the video menu.

(not related to the issue I opened previously about mouse cursor stuff)

Novum commented 1 year ago

Sorry I didn't see your PR. I did basically the same fixes.