bsnes-emu / bsnes

bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Other
1.64k stars 154 forks source link

ruby/input: Add macOS mouse support #229

Closed Sintendo closed 2 years ago

Sintendo commented 2 years ago

While keyboard and joypad input had already been present for some time, mouse input for macOS remained unimplemented in ruby.

Until now, that is.

Fixes #222.

Screwtapello commented 2 years ago

Looks good to me, thanks!