MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / DrawActivityStatus

Function DrawActivityStatus

src/windows/WinUtils.cpp:1237–1240  ·  view source on GitHub ↗

Draws the activity status inside a profile picture sized and shaped box.

Source from the content-addressed store, hash-verified

1235
1236// Draws the activity status inside a profile picture sized and shaped box.
1237void DrawActivityStatus(HDC hdc, int x, int y, eActiveStatus status)
1238{
1239 DrawIconInsideProfilePicture(hdc, x, y, g_ProfileStatusIcons[int(status)]);
1240}
1241
1242void DrawLoadingBox(HDC hdc, RECT rect)
1243{

Callers 3

PaintMethod · 0.85
WndProcMethod · 0.85
WndProcMethod · 0.85

Calls 1

Tested by

no test coverage detected