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

Method isMouseLocked

Engine/source/gui/core/guiControl.cpp:2320–2324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2318//-----------------------------------------------------------------------------
2319
2320bool GuiControl::isMouseLocked()
2321{
2322 GuiCanvas *root = getRoot();
2323 return root ? root->getMouseLockedControl() == this : false;
2324}
2325
2326//-----------------------------------------------------------------------------
2327

Callers 4

torque_inputeventFunction · 0.45
setCursorPosMethod · 0.45
guiControl.cppFile · 0.45
messageBoxMethod · 0.45

Calls 1

getMouseLockedControlMethod · 0.80

Tested by

no test coverage detected