Home
last modified time | relevance | path

Searched refs:box (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemowin.cpp132 ComboBox box(this, CVec3(0.4, 0, 0.1), CVec2(0.4, 0.09), NULL, 0, NULL); in Init() local
154 box.data = &optionsList[j][0]; in Init()
155 box.count = count; in Init()
156 box.target = &choice[j]; in Init()
157 box.y = -0.1 - j * 0.1; in Init()
158 ComboBox::Add(box); in Init()