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

Function mouseMove

src/keyboard.cpp:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305
306void mouseMove(math::Vec pos) {
307 if (!driver)
308 return;
309 driver->onMouseMove(pos);
310}
311
312
313} // namespace keyboard

Callers 1

cursorPosCallbackFunction · 0.85

Calls 1

onMouseMoveMethod · 0.45

Tested by

no test coverage detected