Searched refs:over1 (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_double_combo_box.cpp | 128 pos = this->over1; in Update() 158 this->over1 = -1; in Update() 325 this->over1 = this->bar1.pos + choice; in Update() 358 …->over1 >= 0 && CursorColliding(this->x + this->width / 2 - widthOffset, this->y - (this->height /… in Update() 360 this->off = this->over1 - this->bar1.pos + 0.5; in Update() 361 this->pos1 = this->over1; in Update() 369 this->over1 = -1; in Update() 409 this->over1 = -1; in Update() 473 if (this->over1 >= position && this->over1 < position + COMBOBOX_COUNT) in Draw() 474 …DrawQuad(CVec3(this->x, startY - (this->over1 - position) * this->height * flipMul, this->z + 0.51… in Draw() [all …]
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_double_combo_box.h | 19 …: MenuItem(window, position, size), data(_data), count(_count), over1(-1), over2(-1), pos1(0), pos… in MenuItem() 31 int over1; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_double_combo_box.h | 19 …: MenuItem(window, position, size), data(_data), count(_count), over1(-1), over2(-1), pos1(0), pos… in MenuItem() 31 int over1; member
|