Advertisement
Guest User

SubnauticaWinMove

a guest
Feb 16th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. IfWinExist ahk_class UnityWndClass
  2. {
  3.     WinGetPos, X, Y, Width, Height, ahk_class UnityWndClass
  4.     X = -%1%
  5.     Y = -%2%
  6.     WinMove, ahk_class UnityWndClass, , X, Y
  7.     Return
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement