Minimize inactive EVE clients
This commit is contained in:
@@ -9,7 +9,7 @@ namespace EveOPreview.Services
|
||||
IntPtr GetForegroundWindowHandle();
|
||||
|
||||
void ActivateWindow(IntPtr handle);
|
||||
void DeactivateWindow(IntPtr handle);
|
||||
void MinimizeWindow(IntPtr handle, bool enableAnimation);
|
||||
|
||||
void MoveWindow(IntPtr handle, int left, int top, int width, int height);
|
||||
void GetWindowCoordinates(IntPtr handle, out int left, out int top, out int right, out int bottom);
|
||||
|
||||
Reference in New Issue
Block a user