MCPcopy Create free account
hub / github.com/VCVRack/Rack / getMousePos

Method getMousePos

src/app/RackWidget.cpp:252–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected