| 354 | } |
| 355 | |
| 356 | float FromScreenPosX(float x, IDrawableModule* parent) |
| 357 | { |
| 358 | return (x / parent->GetOwningContainer()->GetDrawScale()) - parent->GetOwningContainer()->GetDrawOffset().x; |
| 359 | } |
| 360 | } |
| 361 | |
| 362 | void DropdownList::OnClicked(float x, float y, bool right) |
no test coverage detected