overbound / SonicTimeTwisted

Source Code for a Sonic Fan Game Made in Game Maker Studio
https://overboundstudio.com/
GNU General Public License v3.0
58 stars 16 forks source link

Menu opens in "keyboard/gamepad" mode #109

Closed AlexKhayrullin closed 3 years ago

AlexKhayrullin commented 3 years ago

Frequently, while playing with touch controls, the menu opens as if it was using a physical input device (keyboard/gamepad) : one or none of its items are highlighted, the rest are smaller and greyed out. Touching the screen at all corrects the situation.

Since there is no such thing as a highlighted entry in touchscreen mode, all of them should be shown as highlighted from the get-go.

Thanks to @VectorSatyr for reminding me of the issue.

AlexKhayrullin commented 3 years ago

Fixed.