Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ HasFocus
Method
HasFocus
SampleFramework12/v1.00/Window.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
BOOL Window::HasFocus() const
83
{
84
return GetActiveWindow() == hwnd;
85
}
86
87
void Window::SetWindowStyle(DWORD newStyle)
88
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected