Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ TextField
Method
TextField
src/ui/TextField.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
53
54
TextField::TextField() {
55
box.size.y = BND_WIDGET_HEIGHT;
56
}
57
58
void TextField::draw(const DrawArgs& args) {
59
nvgScissor(args.vg, RECT_ARGS(args.clipBox));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected