Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ setCursorON
Method
setCursorON
Engine/source/gui/core/guiCanvas.cpp:525–530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
523
}
524
525
void GuiCanvas::setCursorON(bool onOff)
526
{
527
mCursorEnabled = onOff;
528
if(!mCursorEnabled)
529
mMouseControl = NULL;
530
}
531
532
Point2I GuiCanvas::getCursorPos()
533
{
Callers
4
guiCanvas.cpp
File · 0.80
onRightMouseDown
Method · 0.80
onMiddleMouseDown
Method · 0.80
onInputEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected