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

Method isMouseLocked

Engine/source/gui/core/guiControl.cpp:2305–2309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2303//-----------------------------------------------------------------------------
2304
2305bool GuiControl::isMouseLocked()
2306{
2307 GuiCanvas *root = getRoot();
2308 return root ? root->getMouseLockedControl() == this : false;
2309}
2310
2311//-----------------------------------------------------------------------------
2312

Callers 4

script_input_eventFunction · 0.45
setCursorPosMethod · 0.45
guiControl.cppFile · 0.45
messageBoxMethod · 0.45

Calls 1

getMouseLockedControlMethod · 0.80

Tested by

no test coverage detected