Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ OnMinimize
Method
OnMinimize
GTE/Applications/WindowApplication.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void WindowApplication::OnMinimize()
80
{
81
mIsMinimized = true;
82
mIsMaximized = false;
83
}
84
85
void WindowApplication::OnMaximize()
86
{
Callers
1
WindowProcedure
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected