MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / DrawDivider

Method DrawDivider

src/visual/ScopeContext.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void ScopeContext::DrawDivider() {
69 glColor3f(1.0, 1.0, 1.0);
70 glBegin (GL_LINES);
71 glVertex2f(0.0, -1.0);
72 glVertex2f(0.0, 1.0);
73 glEnd();
74}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected