MCPcopy 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
158U32 GuiTextListCtrl::getSelectedRow()
159{
160 return mSelectedCell.y;
161}
162
163bool GuiTextListCtrl::cellSelected(Point2I cell)
164{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected