Esempio n. 1
0
 private void SwitchFullScreen()
 {
     WindowMod.SetWindowLong(WindowMod.GetForegroundWindow(), -16, 369164288);
     WindowMod.SetWindowPos(WindowMod.GetForegroundWindow(), this.HWND_TOPMOST, (int)this.screenPosition.x, (int)this.screenPosition.y, (int)this.screenPosition.width, (int)this.screenPosition.height, 64u);
 }