| 250 | } |
| 251 | |
| 252 | math::Vec RackWidget::getMousePos() { |
| 253 | return internal->mousePos; |
| 254 | } |
| 255 | |
| 256 | void RackWidget::clear() { |
| 257 | // This isn't required because removing all ModuleWidgets should remove all cables, but do it just in case. |
nothing calls this directly
no outgoing calls
no test coverage detected