| 317 | } |
| 318 | |
| 319 | int TextField::getTextPosition(math::Vec mousePos) { |
| 320 | return bndTextFieldTextPosition(APP->window->vg, 0.0, 0.0, box.size.x, box.size.y, -1, text.c_str(), mousePos.x, mousePos.y); |
| 321 | } |
| 322 | |
| 323 | std::string TextField::getText() { |
| 324 | return text; |
nothing calls this directly
no outgoing calls
no test coverage detected