fabiangreffrath / woof

Woof! is a continuation of the Boom/MBF bloodline of Doom source ports.
GNU General Public License v2.0
186 stars 32 forks source link

Shift doesn't work when typing savegame names #1773

Open MrAlaux opened 1 week ago

MrAlaux commented 1 week ago

Tested in the latest master artifact (Win-64).

As the title says: when entering the name for a savegame, the shift key doesn't seem to have any effect, e.g. holding it and pressing 1 still results in 1 being written instead of the expected !.

fabiangreffrath commented 3 days ago

Looks like we need to use the shiftxform[] array somewhere around here:

https://github.com/fabiangreffrath/woof/blob/80740b0b1f22e38ca3c67aada0ea0c3166f18324/src/mn_menu.c#L2705