Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PenguLoader/PenguLoader
/ SetFocusToPreviousInstance
Method
SetFocusToPreviousInstance
loader/Main/Native.cs:22–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
public static void SetFocusToPreviousInstance()
23
{
24
PostMessage((IntPtr)HWND_BROADCAST, WM_SHOWME, IntPtr.Zero, IntPtr.Zero);
25
}
26
27
const int HWND_BROADCAST = 0xFFFF;
28
Callers
1
RunApplication
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected