andrei-drexler / ironwail

High-performance QuakeSpasm fork
GNU General Public License v2.0
489 stars 43 forks source link

[Feature Request] Optional Main Menu Mouse/Cursor #161

Open KillPixelGames opened 1 year ago

KillPixelGames commented 1 year ago

EDIT: just found cl_mousemenu which does disable mouse in menu, even though cursor is still visible and moveable.

daftmugi commented 1 year ago

@KillPixelGames

Either a cvar or options menu entry for toggling mouse in main menu

If you build Ironwail from source, there's an option in the menu for "UI Mouse", which can be set to "Off", "Quiet", "Noisy". "Off" is no mouse cursor. When set to "Noisy", a sound is made on menu item hover; "Quiet" makes no sound. cl_mousemenu hid the mouse cursor, starting with f94fead130e3b9997a8250681abba46f6ab8d971. cl_mousemenu was later renamed to ui_mouse (e368eaf5742c74ba5dd5a94da73dd587a313bd1f).

Cursor options, such as system, custom or a default "quake" cursor

All I see so far is the system cursor. I wonder if there are plans for a game or quake cursor.

KillPixelGames commented 1 year ago

Good to know, thanks!