![]() there were 2 logical issues which caused reproducible misbehaviour. for example when starting up pokemon soulsilver, one can click away the intro, but it's not possible to click on the "load savegame" icon. the issues were: 1) failure to record whether the down event has been passed to the emulator before abandoning it and turning it into a click event (on a fast click, both events would happen during the same SDL_Pollevent loop), and 2) mouse coordinates were discarded and unless the mouse down event was registered. that means if the down and up events happen on the exact same coordinate, the .x and .y of the mouse weren't updated at all. |
||
---|---|---|
.github/workflows | ||
desmume | ||
tools | ||
.gitignore | ||
README.md | ||
license.txt |