Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ SetListLength
Method
SetListLength
ogsr_engine/xrGame/ui/UIComboBox.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
CUIComboBox::~CUIComboBox() {}
37
38
void CUIComboBox::SetListLength(int length)
39
{
40
// R_ASSERT(0 == m_iListHeight);
41
m_iListHeight = length;
42
}
43
44
void CUIComboBox::Init(float x, float y, float width)
45
{
Callers
1
InitComboBox
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected