MCPcopy Create free account
hub / github.com/cmauri/eviacam / SetWorkingArea

Method SetWorkingArea

wxutil/mousecontrol.cpp:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void CMouseControl::SetWorkingArea (float leftPercent, float rightPercent, float topPercent, float bottomPercent)
189{
190 SetTopPercent (topPercent);
191 SetLeftPercent (leftPercent);
192 SetRightPercent (rightPercent);
193 SetBottomPercent (bottomPercent);
194}
195
196void CMouseControl::RecomputeWorkingArea ()
197{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected