Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
432
void 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
438
void fixresizedscreen()
439
{
Callers
1
draw_text
Function · 0.85
Calls
1
blendbox
Function · 0.85
Tested by
no test coverage detected