MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / DefineEngineMethod

Function DefineEngineMethod

Engine/source/gui/core/guiCanvas.cpp:2754–2761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2752}
2753
2754DefineEngineMethod( GuiCanvas, isMinimized, bool, (), , "()" )
2755{
2756 PlatformWindow* window = object->getPlatformWindow();
2757 if ( window )
2758 return window->isMinimized();
2759
2760 return false;
2761}
2762
2763DefineEngineMethod( GuiCanvas, isMaximized, bool, (), , "()" )
2764{

Callers 1

guiCanvas.cppFile · 0.70

Calls 10

getPlatformWindowMethod · 0.80
cursorClickMethod · 0.80
cursorNudgeMethod · 0.80
isMinimizedMethod · 0.45
isMaximizedMethod · 0.45
showMethod · 0.45
setDisplayWindowMethod · 0.45
hideMethod · 0.45
getGFXTargetMethod · 0.45
resetModeMethod · 0.45

Tested by

no test coverage detected