1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 00:53:39 +08:00

UXAssist v1.0.4

This commit is contained in:
2023-11-18 15:28:28 +08:00
parent 05485d76b5
commit e6a8e00e0d
8 changed files with 194 additions and 5 deletions

View File

@@ -73,4 +73,7 @@ public static class WinApi
[DllImport("user32", ExactSpelling = true)]
public static extern bool SetWindowPos(IntPtr hwnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, int flags);
[DllImport("user32", ExactSpelling = true)]
public static extern bool MoveWindow(IntPtr hWnd, int x, int y, int nWidth, int nHeight, bool bRepaint);
}