Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
void 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
Paint
Method · 0.85
EvMouseMove
Method · 0.85
EvLButtonDown
Method · 0.85
EvLButtonUp
Method · 0.85
EvKeyDown
Method · 0.85
EvChar
Method · 0.85
Calls
1
HighlightObject
Function · 0.85
Tested by
no test coverage detected