You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The mouse pointer is hidden when over the emulated display, so that there wouldn't be duplicate mouse pointers on the screen if a mouse is being emulated. But since we can't know if the emulated program is actually drawing a mouse pointer of its own, it's unnecessarily hidden for most programs.
Maybe add a key to toggle it on/off or even a Preferences setting.
Relevant code is in EmulatorView.mm.
The text was updated successfully, but these errors were encountered:
Describe the bug
The mouse pointer is hidden when over the emulated display, so that there wouldn't be duplicate mouse pointers on the screen if a mouse is being emulated. But since we can't know if the emulated program is actually drawing a mouse pointer of its own, it's unnecessarily hidden for most programs.
Maybe add a key to toggle it on/off or even a Preferences setting.
Relevant code is in
EmulatorView.mm
.The text was updated successfully, but these errors were encountered: