Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ ModuleResizeHandle
Method
ModuleResizeHandle
src/core/Blank.cpp:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
BlankModule* module;
63
64
ModuleResizeHandle() {
65
box.size = Vec(RACK_GRID_WIDTH * 1, RACK_GRID_HEIGHT);
66
}
67
68
void onDragStart(const DragStartEvent& e) override {
69
if (e.button != GLFW_MOUSE_BUTTON_LEFT)
Callers
nothing calls this directly
Calls
1
Vec
Class · 0.85
Tested by
no test coverage detected