alt-enter now works with either alt key
This commit is contained in:
@@ -2368,7 +2368,7 @@ void WinUpdateDevices()
|
||||
return;
|
||||
}
|
||||
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{
|
||||
pushad
|
||||
|
||||
Reference in New Issue
Block a user