Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getSelectedRow
Method
getSelectedRow
Engine/source/gui/controls/guiTextListCtrl.cpp:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
U32 GuiTextListCtrl::getSelectedRow()
159
{
160
return mSelectedCell.y;
161
}
162
163
bool GuiTextListCtrl::cellSelected(Point2I cell)
164
{
Callers
1
guiTextListCtrl.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected