Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
306
void mouseMove(math::Vec pos) {
307
if (!driver)
308
return;
309
driver->onMouseMove(pos);
310
}
311
312
313
} // namespace keyboard
Callers
1
cursorPosCallback
Function · 0.85
Calls
1
onMouseMove
Method · 0.45
Tested by
no test coverage detected