Re: Alt + Enter crashes on dual monitor setup
Posted: Sat Aug 03, 2024 10:50 am
Here is small amount of code that already fails:
There is one guy who is getting this problem and is willing to help currently, so I am able to get some more info about this.
I guess we can confirm now with this small piece of code that it is Hollywood problem and not in my code.
Code: Select all
@DISPLAY {Width=1920, Height=1080, Title = "AI Kills All Humans", ScaleMode = #SCALEMODE_AUTO, FitScale = True, Sizeable=True, borderless=True, smoothscale=True}
TextOut(#CENTER, #CENTER, "CLICK LEFT MOUSE")
WaitLeftMouse()
Cls()
TextOut(#CENTER, #CENTER, "CLICK RIGHT MOUSE")
WaitRightMouse()
Cls()
TextOut(#CENTER, #CENTER, "CLICK LEFT MOUSE")
WaitLeftMouse()I guess we can confirm now with this small piece of code that it is Hollywood problem and not in my code.