MCPcopy Create free account
hub / github.com/Meridian59/Meridian59 / HighlightSelection

Function HighlightSelection

roomedit/source/objects.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58*/
59
60void HighlightSelection (TMapDC &dc, int objtype, SelPtr list)
61{
62 for (SelPtr cur = list; cur; cur = cur->next)
63 HighlightObject (dc, objtype, cur->objnum, GREEN);
64}
65
66
67

Callers 6

PaintMethod · 0.85
EvMouseMoveMethod · 0.85
EvLButtonDownMethod · 0.85
EvLButtonUpMethod · 0.85
EvKeyDownMethod · 0.85
EvCharMethod · 0.85

Calls 1

HighlightObjectFunction · 0.85

Tested by

no test coverage detected