| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_combo_box.cpp | 40 if (CursorColliding(this->x, this->y, this->width, this->height)) in CursorOver() 56 …if (CursorColliding(this->x, this->y + this->height / 2 + this->height * visibleCount / 2, this->w… in CursorOver() 61 …if (CursorColliding(this->x, this->y - this->height / 2 - this->height * visibleCount / 2, this->w… in CursorOver() 175 …if (CursorColliding(this->x - widthOffset, this->y - (this->height / 2 + this->height * visibleCou… in Update() 204 …if (CursorColliding(this->x, this->y - (this->height / 2 + this->height * visibleCount / 2) * flip… in Update() 230 if (CursorColliding(this->x, this->y, this->width, this->height)) in Update()
|
| D | demowin_double_combo_box.cpp | 32 if (CursorColliding(this->x, this->y, this->width, this->height)) in CursorOver() 50 …if (CursorColliding(this->x, this->y - (this->height / 2 + this->height * visibleCount / 2) * flip… in CursorOver() 66 …if (CursorColliding(this->x + this->width / 2, this->y + this->height / 2 - this->height * visible… in CursorOver() 202 …if (CursorColliding(this->x + this->width / 2 - widthOffset, this->y + this->height / 2 - this->he… in Update() 231 …if (CursorColliding(this->x + this->width / 2, this->y + this->height / 2 - this->height * visible… in Update() 317 …if (CursorColliding(this->x - widthOffset, this->y - (this->height / 2 + this->height * visibleCou… in Update() 358 …else if (this->over1 >= 0 && CursorColliding(this->x + this->width / 2 - widthOffset, this->y - (t… in Update() 373 …if (overSecond || CursorColliding(this->x, this->y - (this->height / 2 + this->height * visibleCou… in Update() 404 if (CursorColliding(this->x, this->y, this->width, this->height)) in Update()
|
| D | demowin_button.cpp | 39 if (CursorColliding(this->x, this->y, this->width, this->height)) in Update()
|
| D | demowin_held_button.cpp | 42 if (CursorColliding(this->x, this->y, this->width, this->height)) in Update()
|
| D | demowin_scroll_bar.cpp | 72 if (CursorColliding(this->x, this->y + offY, this->width, this->subHeight)) in Update()
|
| D | demowin_tab_window.cpp | 86 if (canUpdate && menu->CursorColliding(0, -height / 2, GetWidth(), height)) in PreUpdate()
|
| D | demowin_slider_bar.cpp | 109 if (CursorColliding(this->x + x, this->y, this->height, this->height)) in Update()
|
| D | demowin_slider_bar_float.cpp | 109 if (CursorColliding(this->x + x, this->y, this->height, this->height)) in Update()
|
| D | demowin_manager.cpp | 163 …if (peripheral->CursorColliding(window, window->GetWidth() / 2 - CLOSEBUTTON_X, window->GetTop() +… in UpdateCloseButton() 309 …overHandle[windowOrder[i]] = peripheral->CursorColliding(window, window->x - window->GetX(), windo… in Update()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_peripheral.h | 62 …bool CursorColliding(Window* window, float x, float y, float width, float height, bool ignoreBound… 78 bool CursorColliding(float x, float y, float width, float height) in CursorColliding() function
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_peripheral.h | 62 …bool CursorColliding(Window* window, float x, float y, float width, float height, bool ignoreBound… 78 bool CursorColliding(float x, float y, float width, float height) in CursorColliding() function
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demowin.h | 227 bool CursorColliding(float x, float y, float width, float height, bool ignoreBounds = false) 228 … {return window->manager->peripheral->CursorColliding(window, x, y, width, height, ignoreBounds);}
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demowin.h | 227 bool CursorColliding(float x, float y, float width, float height, bool ignoreBounds = false) 228 … {return window->manager->peripheral->CursorColliding(window, x, y, width, height, ignoreBounds);}
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demowin.cpp | 286 …if (manager->peripheral->CursorColliding(this->GetX(), this->GetTop() - this->GetHeight() / 2, thi… in CursorOver()
|