Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_double_combo_box.cpp204 int choice = (window->GetY() + this->y + this->height / 2 - CursorY() - lOffset) / this->height; in Update() local
206 if (choice < 0) in Update()
207 choice = 0; in Update()
210 this->over2 = this->bar2.pos + choice; in Update()
214 this->pos2 = this->bar2.pos + choice; in Update()
319 …int choice = (window->GetY() + this->y - (this->height / 2) * flipMul - CursorY()) / this->height … in Update() local
321 if (choice < 0) in Update()
322 choice = 0; in Update()
325 this->over1 = this->bar1.pos + choice; in Update()
333 this->off = choice; in Update()
[all …]
Ddemowin_combo_box.cpp177 …int choice = (window->GetY() + this->y - (this->height / 2) * flipMul - CursorY()) / this->height … in Update() local
179 if (choice < 0) in Update()
180 choice = 0; in Update()
183 if (choice < visibleCount) in Update()
185 this->over = this->bar.pos + 0.5 + choice; in Update()
189 this->pos = this->bar.pos + 0.5 + choice; in Update()
/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemowin.cpp136 choice[j] = start[j]; in Init()
156 box.target = &choice[j]; in Init()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h160 int choice[10]; member
/CafeSDK-2.12.13-1/system/include/cafe/demo/
Ddemowin.h160 int choice[10]; member