MCPcopy Create free account
hub / github.com/deskflow/deskflow / getShape

Method getShape

src/lib/platform/MSWindowsScreen.cpp:426–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void MSWindowsScreen::getShape(int32_t &x, int32_t &y, int32_t &w, int32_t &h) const
427{
428 assert(m_class != 0);
429
430 x = m_x;
431 y = m_y;
432 w = m_w;
433 h = m_h;
434}
435
436void MSWindowsScreen::getCursorPos(int32_t &x, int32_t &y) const
437{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected