strayacode / yuugen

A DS Emulator written in C++
https://strayacode.github.io/
GNU General Public License v3.0
26 stars 0 forks source link

Mario Kart DS - Input is held down when editing nickname #15

Closed strayacode closed 8 months ago

strayacode commented 8 months ago

When clicking a key with the touchscreen, the input is continuously entered. image

This could be related to mouse up events not being detected in time

strayacode commented 8 months ago

Fixed in b6d4082