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

Method HitTestButton

src/windows/GuildHeader.cpp:238–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void GuildHeader::HitTestButton(HDC hdc, Button& button, POINT& pt)
239{
240 bool hit = PtInRect(&button.m_rect, pt);
241
242 if (button.m_hot != hit) {
243 button.m_hot = hit;
244 DrawButton(hdc, button);
245 }
246}
247
248void GuildHeader::CheckClickButton(HDC hdc, Button& button, POINT& pt)
249{

Callers 1

WndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected