MCPcopy Create free account
hub / github.com/assaultcube/AC / rendercursor

Function rendercursor

source/src/rendergl.cpp:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432void rendercursor(int x, int y, int w)
433{
434 color c(1, 1, 1, (sinf(lastmillis/200.0f)+1.0f)/2.0f);
435 blendbox(x, y, x+w, y+FONTH, true, -1, &c);
436}
437
438void fixresizedscreen()
439{

Callers 1

draw_textFunction · 0.85

Calls 1

blendboxFunction · 0.85

Tested by

no test coverage detected