dirkwhoffmann / virtualc64

VirtualC64 is a cycle-accurate C64 emulator for macOS
https://dirkwhoffmann.github.io/virtualc64
Other
342 stars 33 forks source link

device Recognition in Virtual64 #744

Closed bluecursor closed 1 year ago

bluecursor commented 1 year ago

VAmiga recognizes my mouse but virtual64 cant. See pic

Screenshot 2022-12-07 at 1 49 22 PM
dirkwhoffmann commented 1 year ago

Up to now, only vAmiga supported external mice, because the mouse is a much more important input device on that machine. In the next release, VirtualC64 will support external mice, too. I didn't port the code earlier, because the method of distinguishing between the internal and the external mouse is kind of a hack and might fail in future macOS releases.

dirkwhoffmann commented 1 year ago

v4.6b1 is online.