MCPcopy Create free account
hub / github.com/ConEmu/ConEmu / CoordInSmallRect

Function CoordInSmallRect

src/common/WObjects.cpp:1226–1229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1224}
1225
1226bool CoordInSmallRect(const COORD& cr, const SMALL_RECT& rc)
1227{
1228 return (cr.X >= rc.Left && cr.X <= rc.Right && cr.Y >= rc.Top && cr.Y <= rc.Bottom);
1229}
1230
1231UINT GetCpFromString(LPCWSTR asString, LPCWSTR* ppszEnd /*= nullptr*/)
1232{

Callers 5

OnKeysSendingMethod · 0.85
DoScrollMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected