MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / TopWindowIsMaximized

Method TopWindowIsMaximized

DSView/pv/appcontrol.cpp:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149bool AppControl::TopWindowIsMaximized()
150{
151 if (_topWindow != NULL){
152 return _topWindow->isMaximized();
153 }
154 return false;
155}

Callers 1

onLogicMouseReleaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected