Removed CTRL+F10 functionality to reveal mouse cursor (fixes #597)

This commit is contained in:
tomcw
2018-12-09 10:05:46 +00:00
parent 7e2f53b62c
commit d0f03fc90c
2 changed files with 5 additions and 10 deletions
+1 -5
View File
@@ -1316,11 +1316,7 @@ LRESULT CALLBACK FrameWndProc (
}
else if (wparam == VK_F10)
{
if (KeybGetCtrlStatus())
{
SetUsingCursor(FALSE); // Ctrl+F10
}
else if (g_Apple2Type == A2TYPE_APPLE2E || g_Apple2Type == A2TYPE_APPLE2EENHANCED)
if (g_Apple2Type == A2TYPE_APPLE2E || g_Apple2Type == A2TYPE_APPLE2EENHANCED)
{
SetVideoRomRockerSwitch( !GetVideoRomRockerSwitch() ); // F10: toggle rocker switch
NTSC_VideoInitAppleType();