Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualGL/virtualgl
/ qualCB
Function
qualCB
server/vglconfig.cpp:196–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
void qualCB(Fl_Widget *w, void *data)
197
{
198
Fl_Value_Slider *slider = (Fl_Value_Slider *)w;
199
fconfig.qual = (int)slider->value();
200
setProf();
201
}
202
203
void profCB(Fl_Widget *w, void *data)
204
{
Callers
nothing calls this directly
Calls
2
setProf
Function · 0.85
value
Method · 0.45
Tested by
no test coverage detected