MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / setWindowLocked

Method setWindowLocked

Engine/source/windowManager/platformInterface.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void Platform::setWindowLocked(bool locked)
100{
101 PlatformWindow* window = WindowManager->getFirstWindow();
102 if( window )
103 window->setMouseLocked( locked );
104}
105
106void Platform::minimizeWindow()
107{

Callers

nothing calls this directly

Calls 2

getFirstWindowMethod · 0.45
setMouseLockedMethod · 0.45

Tested by

no test coverage detected