alt-enter now works with either alt key

This commit is contained in:
pagefault
2001-07-31 05:17:45 +00:00
parent 9f7ab49540
commit 662e3a2d7d

View File

@@ -2368,7 +2368,7 @@ void WinUpdateDevices()
return; return;
} }
if (keys2[0x38] != 0 && keys2[0x3E] != 0) exit(0); if (keys2[0x38] != 0 && keys2[0x3E] != 0) exit(0);
if (keys2[0x38]!=0&&keys2[0x1c]!=0) if (keys2[0xB8] != 0 && keys2[0x1C] != 0 || keys2[0x38] != 0 && keys2[0x1C] != 0)
{ {
_asm{ _asm{
pushad pushad