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

Method SetAbsVirtualResolution

wxutil/mousecontrol.cpp:178–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void CMouseControl::SetAbsVirtualResolution (float xIni, float yIni, float width, float height)
179{
180 assert (xIni>= 0 && yIni>= 0 && width> 0 && height> 0);
181
182 m_VirtualXIni= xIni;
183 m_VirtualYIni= yIni;
184 m_VirtualWidth= width;
185 m_VirtualHeight= height;
186}
187
188void CMouseControl::SetWorkingArea (float leftPercent, float rightPercent, float topPercent, float bottomPercent)
189{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected