MCPcopy 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
79void WindowApplication::OnMinimize()
80{
81 mIsMinimized = true;
82 mIsMaximized = false;
83}
84
85void WindowApplication::OnMaximize()
86{

Callers 1

WindowProcedureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected